pub struct IcmpSocketId<I, D, BT>(/* private fields */)
where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes;
Expand description
An ICMP socket.
Implementations§
Source§impl<I, D, BT> IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Sourcepub fn debug_references(&self) -> impl Debug
pub fn debug_references(&self) -> impl Debug
Returns a means to debug outstanding references to this socket.
Sourcepub fn external_data(&self) -> &<BT as IcmpEchoBindingsTypes>::ExternalData<I>
pub fn external_data(&self) -> &<BT as IcmpEchoBindingsTypes>::ExternalData<I>
Returns external data associated with this socket.
Trait Implementations§
Source§impl<I, D, BT> Borrow<Strong<ReferenceState<I, D, Icmp<BT>>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> Borrow<Strong<ReferenceState<I, D, Icmp<BT>>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§impl<I, D, BT> Clone for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> Clone for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§fn clone(&self) -> IcmpSocketId<I, D, BT>
fn clone(&self) -> IcmpSocketId<I, D, BT>
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<I, D, BT> Debug for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> Debug for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§impl<I, D, BT> DelegatedOrderedLockAccess<SocketState<I, D, Icmp<BT>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> DelegatedOrderedLockAccess<SocketState<I, D, Icmp<BT>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§type Inner = ReferenceState<I, D, Icmp<BT>>
type Inner = ReferenceState<I, D, Icmp<BT>>
The inner type acting as a proxy for ordered access to T.
Source§fn delegate_ordered_lock_access(
&self,
) -> &<IcmpSocketId<I, D, BT> as DelegatedOrderedLockAccess<SocketState<I, D, Icmp<BT>>>>::Inner
fn delegate_ordered_lock_access( &self, ) -> &<IcmpSocketId<I, D, BT> as DelegatedOrderedLockAccess<SocketState<I, D, Icmp<BT>>>>::Inner
Returns the inner type.
Source§impl<I, D, BT> From<Strong<ReferenceState<I, D, Icmp<BT>>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> From<Strong<ReferenceState<I, D, Icmp<BT>>>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§fn from(value: Strong<ReferenceState<I, D, Icmp<BT>>>) -> IcmpSocketId<I, D, BT>
fn from(value: Strong<ReferenceState<I, D, Icmp<BT>>>) -> IcmpSocketId<I, D, BT>
Converts to this type from the input type.
Source§impl<I, D, BT, IpType> GenericOverIp<IpType> for IcmpSocketId<I, D, BT>
impl<I, D, BT, IpType> GenericOverIp<IpType> for IcmpSocketId<I, D, BT>
Source§type Type = IcmpSocketId<IpType, D, BT>
type Type = IcmpSocketId<IpType, D, BT>
The type of
Self
when its IP-generic parameter is replaced with the
type NewIp
.Source§impl<I, D, BT> Hash for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> Hash for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§impl<I, D, BT> PartialEq<WeakIcmpSocketId<I, D, BT>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> PartialEq<WeakIcmpSocketId<I, D, BT>> for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§impl<I, D, BT> PartialEq for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> PartialEq for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§impl<I, D, BT> SocketMapAddrStateSpec for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
impl<I, D, BT> SocketMapAddrStateSpec for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Source§type Id = IcmpSocketId<I, D, BT>
type Id = IcmpSocketId<I, D, BT>
The type of ID that can be present at the address.
Source§type SharingState = ()
type SharingState = ()
The sharing state for the address. Read more
Source§type Inserter<'a> = Infallible
where
IcmpSocketId<I, D, BT>: 'a
type Inserter<'a> = Infallible where IcmpSocketId<I, D, BT>: 'a
The type of inserter returned by
SocketMapAddrStateSpec::try_get_inserter
.Source§fn new(
_new_sharing_state: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState,
id: <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id,
) -> IcmpSocketId<I, D, BT>
fn new( _new_sharing_state: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState, id: <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id, ) -> IcmpSocketId<I, D, BT>
Creates a new
Self
holding the provided socket with the given new
sharing state at the specified address.Source§fn contains_id(
&self,
id: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id,
) -> bool
fn contains_id( &self, id: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id, ) -> bool
Looks up the ID in self, returning
true
if it is present.Source§fn try_get_inserter<'a, 'b>(
&'b mut self,
_new_sharing_state: &'a <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState,
) -> Result<<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Inserter<'b>, IncompatibleError>
fn try_get_inserter<'a, 'b>( &'b mut self, _new_sharing_state: &'a <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState, ) -> Result<<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Inserter<'b>, IncompatibleError>
Enables insertion in
self
for a new socket with the provided sharing
state. Read moreSource§fn could_insert(
&self,
_new_sharing_state: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState,
) -> Result<(), IncompatibleError>
fn could_insert( &self, _new_sharing_state: &<IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::SharingState, ) -> Result<(), IncompatibleError>
Source§fn remove_by_id(
&mut self,
_id: <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id,
) -> RemoveResult
fn remove_by_id( &mut self, _id: <IcmpSocketId<I, D, BT> as SocketMapAddrStateSpec>::Id, ) -> RemoveResult
Removes the given socket from the existing state. Read more
impl<I, D, BT> Eq for IcmpSocketId<I, D, BT>where
I: IpExt,
D: WeakDeviceIdentifier,
BT: IcmpEchoBindingsTypes,
Auto Trait Implementations§
impl<I, D, BT> Freeze for IcmpSocketId<I, D, BT>
impl<I, D, BT> RefUnwindSafe for IcmpSocketId<I, D, BT>where
<I as DualStackIpExt>::OtherVersion: Sized,
<BT as IcmpEchoBindingsTypes>::ExternalData<I>: RefUnwindSafe,
impl<I, D, BT> Send for IcmpSocketId<I, D, BT>
impl<I, D, BT> Sync for IcmpSocketId<I, D, BT>
impl<I, D, BT> Unpin for IcmpSocketId<I, D, BT>
impl<I, D, BT> UnwindSafe for IcmpSocketId<I, D, BT>where
<I as DualStackIpExt>::OtherVersion: Sized,
<BT as IcmpEchoBindingsTypes>::ExternalData<I>: RefUnwindSafe,
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<T, O> OrderedLockAccess<T> for Owhere
O: DelegatedOrderedLockAccess<T>,
impl<T, O> OrderedLockAccess<T> for Owhere
O: DelegatedOrderedLockAccess<T>,
Source§type Lock = <<O as DelegatedOrderedLockAccess<T>>::Inner as OrderedLockAccess<T>>::Lock
type Lock = <<O as DelegatedOrderedLockAccess<T>>::Inner as OrderedLockAccess<T>>::Lock
The lock type that observes ordering. Read more
Source§fn ordered_lock_access(
&self,
) -> OrderedLockRef<'_, <O as OrderedLockAccess<T>>::Lock>
fn ordered_lock_access( &self, ) -> OrderedLockRef<'_, <O as OrderedLockAccess<T>>::Lock>
Returns a borrow to the order-aware lock. 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
Source§impl<L, T> UnlockedAccess<L> for Twhere
L: UnlockedAccessMarkerFor<T>,
impl<L, T> UnlockedAccess<L> for Twhere
L: UnlockedAccessMarkerFor<T>,
Source§type Data = <L as UnlockedAccessMarkerFor<T>>::Data
type Data = <L as UnlockedAccessMarkerFor<T>>::Data
The type of state being accessed.
Source§type Guard<'l> = &'l <L as UnlockedAccessMarkerFor<T>>::Data
where
T: 'l
type Guard<'l> = &'l <L as UnlockedAccessMarkerFor<T>>::Data where T: 'l
A guard providing read access to the data.
Source§fn access(&self) -> <T as UnlockedAccess<L>>::Guard<'_>
fn access(&self) -> <T as UnlockedAccess<L>>::Guard<'_>
How to access the state.