pub struct WrapBroadcastMarker<I: BroadcastIpExt>(pub I::BroadcastMarker);
Expand description
Wrapper struct to provide a convenient GenericOverIp
impl for use
with BroadcastIpExt::BroadcastMarker
.
Tuple Fields§
§0: I::BroadcastMarker
Trait Implementations§
Source§impl<I: BroadcastIpExt, IpType> GenericOverIp<IpType> for WrapBroadcastMarker<I>where
IpType: BroadcastIpExt + Ip,
impl<I: BroadcastIpExt, IpType> GenericOverIp<IpType> for WrapBroadcastMarker<I>where
IpType: BroadcastIpExt + Ip,
Source§type Type = WrapBroadcastMarker<IpType>
type Type = WrapBroadcastMarker<IpType>
The type of
Self
when its IP-generic parameter is replaced with the
type NewIp
.Auto Trait Implementations§
impl<I> Freeze for WrapBroadcastMarker<I>
impl<I> RefUnwindSafe for WrapBroadcastMarker<I>
impl<I> Send for WrapBroadcastMarker<I>
impl<I> Sync for WrapBroadcastMarker<I>
impl<I> Unpin for WrapBroadcastMarker<I>
impl<I> UnwindSafe for WrapBroadcastMarker<I>
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