Struct windows::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,
}
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
§fn clone(&self) -> ND_OPTION_DNSSL
fn clone(&self) -> ND_OPTION_DNSSL
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ND_OPTION_DNSSL
impl Debug for ND_OPTION_DNSSL
§impl Default for ND_OPTION_DNSSL
impl Default for ND_OPTION_DNSSL
§impl PartialEq for ND_OPTION_DNSSL
impl PartialEq for ND_OPTION_DNSSL
§fn eq(&self, other: &ND_OPTION_DNSSL) -> bool
fn eq(&self, other: &ND_OPTION_DNSSL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ND_OPTION_DNSSL
impl Eq for ND_OPTION_DNSSL
impl StructuralPartialEq for ND_OPTION_DNSSL
Auto Trait Implementations§
impl Freeze for ND_OPTION_DNSSL
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)