Struct libc_interface::msghdr[][src]

#[repr(C)]
pub struct msghdr { pub msg_name: *mut c_void, pub msg_namelen: socklen_t, pub msg_iov: *mut iovec, pub msg_iovlen: size_t, pub msg_control: *mut c_void, pub msg_controllen: size_t, pub msg_flags: c_int, }

Fields

Trait Implementations

impl Copy for msghdr
[src]

impl Clone for msghdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for msghdr
[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 msghdr
[src]

Auto Trait Implementations

impl !Send for msghdr

impl !Sync for msghdr