#[repr(C)]pub struct k_msgq_attrs {
pub msg_size: usize,
pub max_msgs: u32,
pub used_msgs: u32,
}
Expand description
@brief Message Queue Attributes
Fields§
§msg_size: usize
Message Size
max_msgs: u32
Maximal number of messages
used_msgs: u32
Used messages
Trait Implementations§
Auto Trait Implementations§
impl Freeze for k_msgq_attrs
impl RefUnwindSafe for k_msgq_attrs
impl Send for k_msgq_attrs
impl Sync for k_msgq_attrs
impl Unpin for k_msgq_attrs
impl UnwindSafe for k_msgq_attrs
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