Struct ND_OPTION_MTU
#[repr(C)]pub struct ND_OPTION_MTU {
pub nd_opt_mtu_type: u8,
pub nd_opt_mtu_len: u8,
pub nd_opt_mtu_reserved: u16,
pub nd_opt_mtu_mtu: u32,
}
Fields§
§nd_opt_mtu_type: u8
§nd_opt_mtu_len: u8
§nd_opt_mtu_reserved: u16
§nd_opt_mtu_mtu: u32
Trait Implementations§
§impl Clone for ND_OPTION_MTU
impl Clone for ND_OPTION_MTU
§fn clone(&self) -> ND_OPTION_MTU
fn clone(&self) -> ND_OPTION_MTU
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_MTU
Auto Trait Implementations§
impl Freeze for ND_OPTION_MTU
impl RefUnwindSafe for ND_OPTION_MTU
impl Send for ND_OPTION_MTU
impl Sync for ND_OPTION_MTU
impl Unpin for ND_OPTION_MTU
impl UnwindSafe for ND_OPTION_MTU
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