pub struct WlanPhyNotifyError { /* private fields */ }Expand description
The wire type corresponding to WlanPhyNotifyError.
Implementations§
Source§impl WlanPhyNotifyError
impl WlanPhyNotifyError
pub const INTERNAL: WlanPhyNotifyError
pub const NOT_SUPPORTED: WlanPhyNotifyError
pub const SHOULD_WAIT: WlanPhyNotifyError
pub const INVALID_ARGS: WlanPhyNotifyError
Trait Implementations§
Source§impl Clone for WlanPhyNotifyError
impl Clone for WlanPhyNotifyError
Source§fn clone(&self) -> WlanPhyNotifyError
fn clone(&self) -> WlanPhyNotifyError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Constrained for WlanPhyNotifyError
impl Constrained for WlanPhyNotifyError
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§fn validate(
_: Slot<'_, WlanPhyNotifyError>,
_: <WlanPhyNotifyError as Constrained>::Constraint,
) -> Result<(), ValidationError>
fn validate( _: Slot<'_, WlanPhyNotifyError>, _: <WlanPhyNotifyError as Constrained>::Constraint, ) -> Result<(), ValidationError>
Validate a slot of this type against a constraint. Can be called when
pointers/envelopes are just presence markers.
impl Copy for WlanPhyNotifyError
Source§impl Debug for WlanPhyNotifyError
impl Debug for WlanPhyNotifyError
Source§impl<___D> Decode<___D> for WlanPhyNotifyErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WlanPhyNotifyErrorwhere
___D: ?Sized,
Source§impl<___E> Encode<WlanPhyNotifyError, ___E> for WlanPhyNotifyErrorwhere
___E: ?Sized,
impl<___E> Encode<WlanPhyNotifyError, ___E> for WlanPhyNotifyErrorwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<WlanPhyNotifyError>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<WlanPhyNotifyError>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'a, ___E> Encode<WlanPhyNotifyError, ___E> for &'a WlanPhyNotifyErrorwhere
___E: ?Sized,
impl<'a, ___E> Encode<WlanPhyNotifyError, ___E> for &'a WlanPhyNotifyErrorwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<WlanPhyNotifyError>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<WlanPhyNotifyError>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
impl Eq for WlanPhyNotifyError
Source§impl From<WlanPhyNotifyError> for WlanPhyNotifyError
impl From<WlanPhyNotifyError> for WlanPhyNotifyError
Source§fn from(wire: WlanPhyNotifyError) -> WlanPhyNotifyError
fn from(wire: WlanPhyNotifyError) -> WlanPhyNotifyError
Converts to this type from the input type.
Source§impl From<WlanPhyNotifyError> for WlanPhyNotifyError
impl From<WlanPhyNotifyError> for WlanPhyNotifyError
Source§fn from(natural: WlanPhyNotifyError) -> WlanPhyNotifyError
fn from(natural: WlanPhyNotifyError) -> WlanPhyNotifyError
Converts to this type from the input type.
Source§impl FromWire<WlanPhyNotifyError> for WlanPhyNotifyError
impl FromWire<WlanPhyNotifyError> for WlanPhyNotifyError
Source§fn from_wire(wire: WlanPhyNotifyError) -> WlanPhyNotifyError
fn from_wire(wire: WlanPhyNotifyError) -> WlanPhyNotifyError
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WlanPhyNotifyError> for WlanPhyNotifyError
impl FromWireRef<WlanPhyNotifyError> for WlanPhyNotifyError
Source§fn from_wire_ref(wire: &WlanPhyNotifyError) -> WlanPhyNotifyError
fn from_wire_ref(wire: &WlanPhyNotifyError) -> WlanPhyNotifyError
Converts the given reference to this type.
Source§impl IntoNatural for WlanPhyNotifyError
impl IntoNatural for WlanPhyNotifyError
Source§type Natural = WlanPhyNotifyError
type Natural = WlanPhyNotifyError
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl PartialEq for WlanPhyNotifyError
impl PartialEq for WlanPhyNotifyError
Source§fn eq(&self, other: &WlanPhyNotifyError) -> bool
fn eq(&self, other: &WlanPhyNotifyError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WlanPhyNotifyError
Source§impl Wire for WlanPhyNotifyError
impl Wire for WlanPhyNotifyError
Source§type Narrowed<'de> = WlanPhyNotifyError
type Narrowed<'de> = WlanPhyNotifyError
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(_: &mut MaybeUninit<WlanPhyNotifyError>)
fn zero_padding(_: &mut MaybeUninit<WlanPhyNotifyError>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WlanPhyNotifyError
impl RefUnwindSafe for WlanPhyNotifyError
impl Send for WlanPhyNotifyError
impl Sync for WlanPhyNotifyError
impl Unpin for WlanPhyNotifyError
impl UnsafeUnpin for WlanPhyNotifyError
impl UnwindSafe for WlanPhyNotifyError
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,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]