Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_RDNSS
#[repr(C)]pub struct ND_OPTION_RDNSS {
pub nd_opt_rdnss_type: u8,
pub nd_opt_rdnss_len: u8,
pub nd_opt_rdnss_reserved: u16,
pub nd_opt_rdnss_lifetime: u32,
}
Fields§
§nd_opt_rdnss_type: u8
§nd_opt_rdnss_len: u8
§nd_opt_rdnss_reserved: u16
§nd_opt_rdnss_lifetime: u32
Trait Implementations§
§impl Clone for ND_OPTION_RDNSS
impl Clone for ND_OPTION_RDNSS
impl Copy for ND_OPTION_RDNSS
Auto Trait Implementations§
impl RefUnwindSafe for ND_OPTION_RDNSS
impl Send for ND_OPTION_RDNSS
impl Sync for ND_OPTION_RDNSS
impl Unpin for ND_OPTION_RDNSS
impl UnwindSafe for ND_OPTION_RDNSS
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