docstrings: Clarify the purpose of Receiver
This commit is contained in:
@ -33,6 +33,8 @@ mod c {
|
|||||||
/// Holds the Rust structures that are interesting from C.
|
/// Holds the Rust structures that are interesting from C.
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct RsObjects {
|
pub struct RsObjects {
|
||||||
|
/// The handle to which Commands should be sent
|
||||||
|
/// for processing in the main loop.
|
||||||
receiver: Wrapped<Receiver<Commands>>,
|
receiver: Wrapped<Receiver<Commands>>,
|
||||||
state_manager: Wrapped<driver::Threaded>,
|
state_manager: Wrapped<driver::Threaded>,
|
||||||
submission: Wrapped<Submission>,
|
submission: Wrapped<Submission>,
|
||||||
|
|||||||
Reference in New Issue
Block a user