Struct ND_OPTION_ROUTE_INFO
#[repr(C)]pub struct ND_OPTION_ROUTE_INFO {
pub nd_opt_ri_type: u8,
pub nd_opt_ri_len: u8,
pub nd_opt_ri_prefix_len: u8,
pub Anonymous: ND_OPTION_ROUTE_INFO_0,
pub nd_opt_ri_route_lifetime: u32,
pub nd_opt_ri_prefix: IN6_ADDR,
}
Fields§
§nd_opt_ri_type: u8
§nd_opt_ri_len: u8
§nd_opt_ri_prefix_len: u8
§Anonymous: ND_OPTION_ROUTE_INFO_0
§nd_opt_ri_route_lifetime: u32
§nd_opt_ri_prefix: IN6_ADDR
Trait Implementations§
§impl Clone for ND_OPTION_ROUTE_INFO
impl Clone for ND_OPTION_ROUTE_INFO
§fn clone(&self) -> ND_OPTION_ROUTE_INFO
fn clone(&self) -> ND_OPTION_ROUTE_INFO
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_ROUTE_INFO
Auto Trait Implementations§
impl Freeze for ND_OPTION_ROUTE_INFO
impl RefUnwindSafe for ND_OPTION_ROUTE_INFO
impl Send for ND_OPTION_ROUTE_INFO
impl Sync for ND_OPTION_ROUTE_INFO
impl Unpin for ND_OPTION_ROUTE_INFO
impl UnwindSafe for ND_OPTION_ROUTE_INFO
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