Struct libc::mmsghdr [] [src]

#[repr(C)]
pub struct mmsghdr { pub msg_hdr: msghdr, pub msg_len: c_uint, }

Fields

Trait Implementations

impl Copy for mmsghdr
[src]

impl Clone for mmsghdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more