Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_PREFIX_INFO_1_0
#[repr(C)]pub struct ND_OPTION_PREFIX_INFO_1_0 {
pub nd_opt_pi_reserved3: [u8; 3],
pub nd_opt_pi_site_prefix_len: u8,
}
Fields§
§nd_opt_pi_reserved3: [u8; 3]
§nd_opt_pi_site_prefix_len: u8
Trait Implementations§
§impl Clone for ND_OPTION_PREFIX_INFO_1_0
impl Clone for ND_OPTION_PREFIX_INFO_1_0
impl Copy for ND_OPTION_PREFIX_INFO_1_0
Auto Trait Implementations§
impl RefUnwindSafe for ND_OPTION_PREFIX_INFO_1_0
impl Send for ND_OPTION_PREFIX_INFO_1_0
impl Sync for ND_OPTION_PREFIX_INFO_1_0
impl Unpin for ND_OPTION_PREFIX_INFO_1_0
impl UnwindSafe for ND_OPTION_PREFIX_INFO_1_0
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