diff --git a/src/main.rs b/src/main.rs index 0a089bf1..5148e55c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,8 @@ mod c { /// Holds the Rust structures that are interesting from C. #[repr(C)] pub struct RsObjects { + /// The handle to which Commands should be sent + /// for processing in the main loop. receiver: Wrapped>, state_manager: Wrapped, submission: Wrapped,