Enum netstack3_device::pure_ip::PureIpDevice
source · pub enum PureIpDevice {}
Expand description
A marker type identifying a pure IP device.
Trait Implementations§
source§impl Clone for PureIpDevice
impl Clone for PureIpDevice
source§fn clone(&self) -> PureIpDevice
fn clone(&self) -> PureIpDevice
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 PureIpDevice
impl DeviceStateSpec for PureIpDevice
§type Link<BT: DeviceLayerTypes> = PureIpDeviceState
type Link<BT: DeviceLayerTypes> = PureIpDeviceState
The link state.
§type External<BT: DeviceLayerTypes> = <BT as DeviceLayerStateTypes>::PureIpDeviceState
type External<BT: DeviceLayerTypes> = <BT as DeviceLayerStateTypes>::PureIpDeviceState
The external (bindings) state.
§type CreationProperties = PureIpDeviceCreationProperties
type CreationProperties = PureIpDeviceCreationProperties
Properties given to device creation.
§type Counters = PureIpDeviceCounters
type Counters = PureIpDeviceCounters
Device-specific counters.
source§const IS_LOOPBACK: bool = false
const IS_LOOPBACK: bool = false
Marker for loopback devices.
source§const DEBUG_TYPE: &'static str = "PureIP"
const DEBUG_TYPE: &'static str = "PureIP"
Marker used to print debug information for device identifiers.
§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.
impl Copy for PureIpDevice
impl Device for PureIpDevice
Auto Trait Implementations§
impl Freeze for PureIpDevice
impl RefUnwindSafe for PureIpDevice
impl Send for PureIpDevice
impl Sync for PureIpDevice
impl Unpin for PureIpDevice
impl UnwindSafe for PureIpDevice
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