Struct windows_sys::Win32::Networking::WinSock::CMSGHDR
#[repr(C)]pub struct CMSGHDR {
pub cmsg_len: usize,
pub cmsg_level: i32,
pub cmsg_type: i32,
}Fields§
§cmsg_len: usize§cmsg_level: i32§cmsg_type: i32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CMSGHDR
impl Send for CMSGHDR
impl Sync for CMSGHDR
impl Unpin for CMSGHDR
impl UnwindSafe for CMSGHDR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more