Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_HDR
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
nd_opt_type: u8
nd_opt_len: u8
Trait Implementations
impl Clone for ND_OPTION_HDR
impl Clone for ND_OPTION_HDR
impl Copy for ND_OPTION_HDR
Auto Trait Implementations
impl RefUnwindSafe for ND_OPTION_HDR
impl Send for ND_OPTION_HDR
impl Sync for ND_OPTION_HDR
impl Unpin for ND_OPTION_HDR
impl UnwindSafe for ND_OPTION_HDR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more