Struct libc::mmsghdr
[−]
[src]
#[repr(C)]pub struct mmsghdr { pub msg_hdr: msghdr, pub msg_len: c_uint, }
Fields
msg_hdr: msghdr
msg_len: c_uint
Trait Implementations
impl Copy for mmsghdr
[src]
impl Clone for mmsghdr
[src]
fn clone(&self) -> mmsghdr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more