Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_PREFIX_INFO
[−]#[repr(C)]pub struct ND_OPTION_PREFIX_INFO {
pub nd_opt_pi_type: u8,
pub nd_opt_pi_len: u8,
pub nd_opt_pi_prefix_len: u8,
pub Anonymous1: ND_OPTION_PREFIX_INFO_0,
pub nd_opt_pi_valid_time: u32,
pub nd_opt_pi_preferred_time: u32,
pub Anonymous2: ND_OPTION_PREFIX_INFO_1,
pub nd_opt_pi_prefix: IN6_ADDR,
}Expand description
Required features: "Win32_Networking_WinSock"
Fields
nd_opt_pi_type: u8nd_opt_pi_len: u8nd_opt_pi_prefix_len: u8Anonymous1: ND_OPTION_PREFIX_INFO_0nd_opt_pi_valid_time: u32nd_opt_pi_preferred_time: u32Anonymous2: ND_OPTION_PREFIX_INFO_1nd_opt_pi_prefix: IN6_ADDRTrait Implementations
impl Clone for ND_OPTION_PREFIX_INFO
impl Clone for ND_OPTION_PREFIX_INFO
impl Copy for ND_OPTION_PREFIX_INFO
Auto Trait Implementations
impl RefUnwindSafe for ND_OPTION_PREFIX_INFO
impl Send for ND_OPTION_PREFIX_INFO
impl Sync for ND_OPTION_PREFIX_INFO
impl Unpin for ND_OPTION_PREFIX_INFO
impl UnwindSafe for ND_OPTION_PREFIX_INFO
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