Union windows_sys::Win32::Networking::WinSock::ND_OPTION_PREFIX_INFO_1
#[repr(C)]
pub union ND_OPTION_PREFIX_INFO_1 {
pub nd_opt_pi_reserved2: u32,
pub Anonymous: ND_OPTION_PREFIX_INFO_1_0,
}
Fields§
§nd_opt_pi_reserved2: u32
§Anonymous: ND_OPTION_PREFIX_INFO_1_0
Trait Implementations§
§impl Clone for ND_OPTION_PREFIX_INFO_1
impl Clone for ND_OPTION_PREFIX_INFO_1
impl Copy for ND_OPTION_PREFIX_INFO_1
Auto Trait Implementations§
impl RefUnwindSafe for ND_OPTION_PREFIX_INFO_1
impl Send for ND_OPTION_PREFIX_INFO_1
impl Sync for ND_OPTION_PREFIX_INFO_1
impl Unpin for ND_OPTION_PREFIX_INFO_1
impl UnwindSafe for ND_OPTION_PREFIX_INFO_1
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