Enum netstack3_device::loopback::LoopbackDevice
source · pub enum LoopbackDevice {}
Expand description
Loopback device domain.
Trait Implementations§
source§impl Clone for LoopbackDevice
impl Clone for LoopbackDevice
source§fn clone(&self) -> LoopbackDevice
fn clone(&self) -> LoopbackDevice
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 DeviceStateSpec for LoopbackDevice
impl DeviceStateSpec for LoopbackDevice
§type Link<BT: DeviceLayerTypes> = LoopbackDeviceState<WeakDeviceId<BT>>
type Link<BT: DeviceLayerTypes> = LoopbackDeviceState<WeakDeviceId<BT>>
The link state.
§type External<BT: DeviceLayerTypes> = <BT as DeviceLayerStateTypes>::LoopbackDeviceState
type External<BT: DeviceLayerTypes> = <BT as DeviceLayerStateTypes>::LoopbackDeviceState
The external (bindings) state.
§type CreationProperties = LoopbackCreationProperties
type CreationProperties = LoopbackCreationProperties
Properties given to device creation.
§type Counters = EthernetDeviceCounters
type Counters = EthernetDeviceCounters
Device-specific counters.
§type TimerId<D: WeakDeviceIdentifier> = Infallible
type TimerId<D: WeakDeviceIdentifier> = Infallible
The timer identifier required by this device state.
source§fn new_link_state<CC: CoreTimerContext<Self::TimerId<CC::WeakDeviceId>, BC> + DeviceIdContext<Self>, BC: DeviceLayerTypes + TimerContext>(
_bindings_ctx: &mut BC,
_self_id: CC::WeakDeviceId,
_: Self::CreationProperties,
) -> Self::Link<BC>
fn new_link_state<CC: CoreTimerContext<Self::TimerId<CC::WeakDeviceId>, BC> + DeviceIdContext<Self>, BC: DeviceLayerTypes + TimerContext>( _bindings_ctx: &mut BC, _self_id: CC::WeakDeviceId, _: Self::CreationProperties, ) -> Self::Link<BC>
Creates a new link state from the given properties.
source§const IS_LOOPBACK: bool = true
const IS_LOOPBACK: bool = true
Marker for loopback devices.
source§const DEBUG_TYPE: &'static str = "Loopback"
const DEBUG_TYPE: &'static str = "Loopback"
Marker used to print debug information for device identifiers.
impl Copy for LoopbackDevice
impl Device for LoopbackDevice
Auto Trait Implementations§
impl Freeze for LoopbackDevice
impl RefUnwindSafe for LoopbackDevice
impl Send for LoopbackDevice
impl Sync for LoopbackDevice
impl Unpin for LoopbackDevice
impl UnwindSafe for LoopbackDevice
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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