Struct 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 moreimpl Copy 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