pub struct SlaacAddressEntryMut<'a, Instant> {
pub addr_sub: AddrSubnet<Ipv6Addr, Ipv6DeviceAddr>,
pub config: &'a mut Ipv6AddrSlaacConfig<Instant>,
}
Expand description
A mutable view into state associated with a SLAAC address’s mutable state.
Fields§
§addr_sub: AddrSubnet<Ipv6Addr, Ipv6DeviceAddr>
The address and the subnet.
config: &'a mut Ipv6AddrSlaacConfig<Instant>
Mutable access to the address’ SLAAC configuration.
Auto Trait Implementations§
impl<'a, Instant> Freeze for SlaacAddressEntryMut<'a, Instant>
impl<'a, Instant> RefUnwindSafe for SlaacAddressEntryMut<'a, Instant>where
Instant: RefUnwindSafe,
impl<'a, Instant> Send for SlaacAddressEntryMut<'a, Instant>where
Instant: Send,
impl<'a, Instant> Sync for SlaacAddressEntryMut<'a, Instant>where
Instant: Sync,
impl<'a, Instant> Unpin for SlaacAddressEntryMut<'a, Instant>
impl<'a, Instant> !UnwindSafe for SlaacAddressEntryMut<'a, Instant>
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<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