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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for mmsghdr

impl !Sync for mmsghdr