#[repr(C)]pub struct mmsg_hdr_t {
pub msg_hdr: msg_hdr_t,
pub msg_len: u32,
}
Fields§
§msg_hdr: msg_hdr_t
§msg_len: u32
Implementations§
Source§impl mmsg_hdr_t
impl mmsg_hdr_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mmsg_hdr_t
impl RefUnwindSafe for mmsg_hdr_t
impl !Send for mmsg_hdr_t
impl !Sync for mmsg_hdr_t
impl Unpin for mmsg_hdr_t
impl UnwindSafe for mmsg_hdr_t
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