#[repr(C)]struct LinuxMsghdr {
msg_name: u64,
msg_namelen: u32,
__pad1: u32,
msg_iov: u64,
msg_iovlen: u64,
msg_control: u64,
msg_controllen: u64,
msg_flags: u32,
__pad2: u32,
}Fields§
§msg_name: u64§msg_namelen: u32§__pad1: u32§msg_iov: u64§msg_iovlen: u64§msg_control: u64§msg_controllen: u64§msg_flags: u32§__pad2: u32Trait Implementations§
Source§impl Clone for LinuxMsghdr
impl Clone for LinuxMsghdr
Source§fn clone(&self) -> LinuxMsghdr
fn clone(&self) -> LinuxMsghdr
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinuxMsghdr
Auto Trait Implementations§
impl Freeze for LinuxMsghdr
impl RefUnwindSafe for LinuxMsghdr
impl Send for LinuxMsghdr
impl Sync for LinuxMsghdr
impl Unpin for LinuxMsghdr
impl UnwindSafe for LinuxMsghdr
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)