CMSGHDR

Type Alias CMSGHDR 

Source
pub type CMSGHDR = WSACMSGHDR;

Aliased Type§

#[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: i32