pub struct WrapOtherStackIpOptionsMut<'a, I: DualStackIpExt, S: 'a + Clone + Debug + Default + Send + Sync>(pub &'a mut I::OtherStackIpOptions<S>);
Expand description
A wrapper to make [DualStackIpExt::OtherStackIpOptions
] GenericOverIp
.
Tuple Fields§
§0: &'a mut I::OtherStackIpOptions<S>
Trait Implementations§
Source§impl<'a, I: DualStackIpExt, S: 'a + Clone + Debug + Default + Send + Sync, IpType> GenericOverIp<IpType> for WrapOtherStackIpOptionsMut<'a, I, S>where
IpType: DualStackIpExt + Ip,
impl<'a, I: DualStackIpExt, S: 'a + Clone + Debug + Default + Send + Sync, IpType> GenericOverIp<IpType> for WrapOtherStackIpOptionsMut<'a, I, S>where
IpType: DualStackIpExt + Ip,
Source§type Type = WrapOtherStackIpOptionsMut<'a, IpType, S>
type Type = WrapOtherStackIpOptionsMut<'a, IpType, S>
The type of
Self
when its IP-generic parameter is replaced with the
type NewIp
.Auto Trait Implementations§
impl<'a, I, S> Freeze for WrapOtherStackIpOptionsMut<'a, I, S>
impl<'a, I, S> RefUnwindSafe for WrapOtherStackIpOptionsMut<'a, I, S>where
<I as DualStackIpExt>::OtherVersion: Sized,
<I as DualStackBaseIpExt>::OtherStackIpOptions<S>: RefUnwindSafe,
impl<'a, I, S> Send for WrapOtherStackIpOptionsMut<'a, I, S>
impl<'a, I, S> Sync for WrapOtherStackIpOptionsMut<'a, I, S>
impl<'a, I, S> Unpin for WrapOtherStackIpOptionsMut<'a, I, S>
impl<'a, I, S> !UnwindSafe for WrapOtherStackIpOptionsMut<'a, I, S>
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