Struct libc::msghdr
#[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
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
Trait Implementations
impl Debug for msghdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for msghdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for msghdr
impl StructuralPartialEq for msghdr
Auto Trait Implementations
impl RefUnwindSafe for msghdr
impl UnwindSafe for msghdr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T