#[repr(C)]pub struct MsgLen {
pub smhdr: SubmessageHeader_t,
pub length: u32,
}
Fields§
§smhdr: SubmessageHeader_t
§length: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgLen
impl RefUnwindSafe for MsgLen
impl Send for MsgLen
impl Sync for MsgLen
impl Unpin for MsgLen
impl UnwindSafe for MsgLen
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