#[repr(C)]pub struct WSACMSGHDR {
pub cmsg_len: SIZE_T,
pub cmsg_level: INT,
pub cmsg_type: INT,
}
Fields§
§cmsg_len: SIZE_T
§cmsg_level: INT
§cmsg_type: INT
Trait Implementations§
Source§impl Clone for WSACMSGHDR
impl Clone for WSACMSGHDR
Source§fn clone(&self) -> WSACMSGHDR
fn clone(&self) -> WSACMSGHDR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WSACMSGHDR
impl Default for WSACMSGHDR
Source§fn default() -> WSACMSGHDR
fn default() -> WSACMSGHDR
Returns the “default value” for a type. Read more
impl Copy for WSACMSGHDR
Auto Trait Implementations§
impl Freeze for WSACMSGHDR
impl RefUnwindSafe for WSACMSGHDR
impl Send for WSACMSGHDR
impl Sync for WSACMSGHDR
impl Unpin for WSACMSGHDR
impl UnwindSafe for WSACMSGHDR
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