pub struct Ipv6AddrSlaacConfig<Instant> {
pub inner: SlaacConfig<Instant>,
pub preferred_lifetime: PreferredLifetime<Instant>,
}
Expand description
The common configuration for a SLAAC-assigned IPv6 address.
Fields§
§inner: SlaacConfig<Instant>
The inner slaac config, tracking static and temporary behavior.
preferred_lifetime: PreferredLifetime<Instant>
The address’ preferred lifetime.
Trait Implementations§
Source§impl<Instant: Clone> Clone for Ipv6AddrSlaacConfig<Instant>
impl<Instant: Clone> Clone for Ipv6AddrSlaacConfig<Instant>
Source§fn clone(&self) -> Ipv6AddrSlaacConfig<Instant>
fn clone(&self) -> Ipv6AddrSlaacConfig<Instant>
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 moreSource§impl<Instant: Debug> Debug for Ipv6AddrSlaacConfig<Instant>
impl<Instant: Debug> Debug for Ipv6AddrSlaacConfig<Instant>
Source§impl<Instant: Hash> Hash for Ipv6AddrSlaacConfig<Instant>
impl<Instant: Hash> Hash for Ipv6AddrSlaacConfig<Instant>
Source§impl<Instant: PartialEq> PartialEq for Ipv6AddrSlaacConfig<Instant>
impl<Instant: PartialEq> PartialEq for Ipv6AddrSlaacConfig<Instant>
Source§fn eq(&self, other: &Ipv6AddrSlaacConfig<Instant>) -> bool
fn eq(&self, other: &Ipv6AddrSlaacConfig<Instant>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<Instant: Copy> Copy for Ipv6AddrSlaacConfig<Instant>
impl<Instant: Eq> Eq for Ipv6AddrSlaacConfig<Instant>
impl<Instant> StructuralPartialEq for Ipv6AddrSlaacConfig<Instant>
Auto Trait Implementations§
impl<Instant> Freeze for Ipv6AddrSlaacConfig<Instant>where
Instant: Freeze,
impl<Instant> RefUnwindSafe for Ipv6AddrSlaacConfig<Instant>where
Instant: RefUnwindSafe,
impl<Instant> Send for Ipv6AddrSlaacConfig<Instant>where
Instant: Send,
impl<Instant> Sync for Ipv6AddrSlaacConfig<Instant>where
Instant: Sync,
impl<Instant> Unpin for Ipv6AddrSlaacConfig<Instant>where
Instant: Unpin,
impl<Instant> UnwindSafe for Ipv6AddrSlaacConfig<Instant>where
Instant: UnwindSafe,
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§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
)Source§impl<CC, BC, Meta> RecvFrameContext<Meta, BC> for CCwhere
Meta: ReceivableFrameMeta<CC, BC>,
impl<CC, BC, Meta> RecvFrameContext<Meta, BC> for CCwhere
Meta: ReceivableFrameMeta<CC, BC>,
Source§impl<CC, BC, Meta> SendFrameContext<BC, Meta> for CCwhere
Meta: SendableFrameMeta<CC, BC>,
impl<CC, BC, Meta> SendFrameContext<BC, Meta> for CCwhere
Meta: SendableFrameMeta<CC, BC>,
Source§fn send_frame<S>(
&mut self,
bindings_ctx: &mut BC,
metadata: Meta,
frame: S,
) -> Result<(), ErrorAndSerializer<SendFrameErrorReason, S>>where
S: Serializer,
<S as Serializer>::Buffer: BufferMut,
fn send_frame<S>(
&mut self,
bindings_ctx: &mut BC,
metadata: Meta,
frame: S,
) -> Result<(), ErrorAndSerializer<SendFrameErrorReason, S>>where
S: Serializer,
<S as Serializer>::Buffer: BufferMut,
Send a frame. Read more
Source§impl<Id, CC, BC> TimerHandler<BC, Id> for CCwhere
BC: TimerBindingsTypes,
Id: HandleableTimer<CC, BC>,
impl<Id, CC, BC> TimerHandler<BC, Id> for CCwhere
BC: TimerBindingsTypes,
Id: HandleableTimer<CC, BC>,
Source§fn handle_timer(
&mut self,
bindings_ctx: &mut BC,
dispatch: Id,
timer: <BC as TimerBindingsTypes>::UniqueTimerId,
)
fn handle_timer( &mut self, bindings_ctx: &mut BC, dispatch: Id, timer: <BC as TimerBindingsTypes>::UniqueTimerId, )
Handle a timer firing. Read more