pub struct QueueProp {
pub name: String<{ _ }>,
pub creator: OsalId,
}Expand description
Properties of a message queue, returned by Queue::get_info.
Fields§
§name: String<{ _ }>The registered name of the queue.
creator: OsalIdThe OSAL ID of the task that created the queue.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueueProp
impl RefUnwindSafe for QueueProp
impl Send for QueueProp
impl Sync for QueueProp
impl Unpin for QueueProp
impl UnsafeUnpin for QueueProp
impl UnwindSafe for QueueProp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more