pub struct NdpRouterAdvertisementField;Implementations§
Source§impl NdpRouterAdvertisementField
impl NdpRouterAdvertisementField
Sourcepub const CUR_HOP_LIMIT: Range<usize>
pub const CUR_HOP_LIMIT: Range<usize>
Hop count to set
Sourcepub const ROUTER_LIFETIME: Range<usize>
pub const ROUTER_LIFETIME: Range<usize>
Router lifetime in seconds
Sourcepub const REACHABLE_TIME: Range<usize>
pub const REACHABLE_TIME: Range<usize>
The time, in milliseconds, that a node assumes a neighbor is reachable after having received a reachability confirmation
Sourcepub const RETRANS_TIMER: Range<usize>
pub const RETRANS_TIMER: Range<usize>
The time, in milliseconds, between retransmitted Neighbor Solicitation messages
Auto Trait Implementations§
impl Freeze for NdpRouterAdvertisementField
impl RefUnwindSafe for NdpRouterAdvertisementField
impl Send for NdpRouterAdvertisementField
impl Sync for NdpRouterAdvertisementField
impl Unpin for NdpRouterAdvertisementField
impl UnwindSafe for NdpRouterAdvertisementField
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