Struct nix::sys::socket::msghdr [−][src]
Fields
msg_name: *mut c_void
msg_namelen: u32
msg_iov: *mut iovec
msg_iovlen: usize
msg_control: *mut c_void
msg_controllen: usize
msg_flags: i32
Trait Implementations
impl Clone for msghdr
[src][+]
impl Copy for msghdr
[src]
impl Debug for msghdr
[src][+]
impl Eq for msghdr
[src]
impl Hash for msghdr
[src][+]
impl PartialEq<msghdr> for msghdr
[src][+]
impl StructuralEq for msghdr
[src]
impl StructuralPartialEq for msghdr
[src]
Auto Trait Implementations
impl RefUnwindSafe for msghdr
impl !Send for msghdr
impl !Sync for msghdr
impl Unpin for msghdr
impl UnwindSafe for msghdr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,