pub enum AWDLActionFrameSubType {
PSF,
MIF,
Unknown(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AWDLActionFrameSubType
impl Clone for AWDLActionFrameSubType
Source§fn clone(&self) -> AWDLActionFrameSubType
fn clone(&self) -> AWDLActionFrameSubType
Returns a duplicate 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 Debug for AWDLActionFrameSubType
impl Debug for AWDLActionFrameSubType
Source§impl Default for AWDLActionFrameSubType
impl Default for AWDLActionFrameSubType
Source§fn default() -> AWDLActionFrameSubType
fn default() -> AWDLActionFrameSubType
Returns the “default value” for a type. Read more
Source§impl From<AWDLActionFrameSubType> for u128
impl From<AWDLActionFrameSubType> for u128
Source§fn from(value: AWDLActionFrameSubType) -> Self
fn from(value: AWDLActionFrameSubType) -> Self
Converts to this type from the input type.
Source§impl From<AWDLActionFrameSubType> for u16
impl From<AWDLActionFrameSubType> for u16
Source§fn from(value: AWDLActionFrameSubType) -> Self
fn from(value: AWDLActionFrameSubType) -> Self
Converts to this type from the input type.
Source§impl From<AWDLActionFrameSubType> for u32
impl From<AWDLActionFrameSubType> for u32
Source§fn from(value: AWDLActionFrameSubType) -> Self
fn from(value: AWDLActionFrameSubType) -> Self
Converts to this type from the input type.
Source§impl From<AWDLActionFrameSubType> for u64
impl From<AWDLActionFrameSubType> for u64
Source§fn from(value: AWDLActionFrameSubType) -> Self
fn from(value: AWDLActionFrameSubType) -> Self
Converts to this type from the input type.
Source§impl From<AWDLActionFrameSubType> for u8
impl From<AWDLActionFrameSubType> for u8
Source§fn from(value: AWDLActionFrameSubType) -> Self
fn from(value: AWDLActionFrameSubType) -> Self
Converts to this type from the input type.
Source§impl From<u128> for AWDLActionFrameSubType
impl From<u128> for AWDLActionFrameSubType
Source§impl From<u16> for AWDLActionFrameSubType
impl From<u16> for AWDLActionFrameSubType
Source§impl From<u32> for AWDLActionFrameSubType
impl From<u32> for AWDLActionFrameSubType
Source§impl From<u64> for AWDLActionFrameSubType
impl From<u64> for AWDLActionFrameSubType
Source§impl From<u8> for AWDLActionFrameSubType
impl From<u8> for AWDLActionFrameSubType
Source§impl Hash for AWDLActionFrameSubType
impl Hash for AWDLActionFrameSubType
Source§impl PartialEq for AWDLActionFrameSubType
impl PartialEq for AWDLActionFrameSubType
impl Copy for AWDLActionFrameSubType
impl Eq for AWDLActionFrameSubType
impl StructuralPartialEq for AWDLActionFrameSubType
Auto Trait Implementations§
impl Freeze for AWDLActionFrameSubType
impl RefUnwindSafe for AWDLActionFrameSubType
impl Send for AWDLActionFrameSubType
impl Sync for AWDLActionFrameSubType
impl Unpin for AWDLActionFrameSubType
impl UnwindSafe for AWDLActionFrameSubType
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