Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_DNSSL
[−]#[repr(C)]pub struct ND_OPTION_DNSSL {
pub nd_opt_dnssl_type: u8,
pub nd_opt_dnssl_len: u8,
pub nd_opt_dnssl_reserved: u16,
pub nd_opt_dnssl_lifetime: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
nd_opt_dnssl_type: u8
nd_opt_dnssl_len: u8
nd_opt_dnssl_reserved: u16
nd_opt_dnssl_lifetime: u32
Trait Implementations
impl Clone for ND_OPTION_DNSSL
impl Clone for ND_OPTION_DNSSL
impl Copy for ND_OPTION_DNSSL
Auto Trait Implementations
impl RefUnwindSafe for ND_OPTION_DNSSL
impl Send for ND_OPTION_DNSSL
impl Sync for ND_OPTION_DNSSL
impl Unpin for ND_OPTION_DNSSL
impl UnwindSafe for ND_OPTION_DNSSL
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