Struct libc_interface::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

impl PartialEq for mmsghdr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for mmsghdr
[src]

Auto Trait Implementations

impl !Send for mmsghdr

impl !Sync for mmsghdr