pub struct Ieee802154FrameType(pub u8);Expand description
IEEE 802.15.4 frame type.
Tuple Fields§
§0: u8Implementations§
Source§impl FrameType
impl FrameType
pub const Beacon: Self
pub const Data: Self
pub const Acknowledgement: Self
pub const MacCommand: Self
pub const Multipurpose: Self
pub const FragmentOrFrak: Self
pub const Extended: Self
Trait Implementations§
impl Copy for FrameType
impl Eq for FrameType
Source§impl Ord for FrameType
impl Ord for FrameType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FrameType
impl PartialOrd for FrameType
impl StructuralPartialEq for FrameType
Auto Trait Implementations§
impl Freeze for FrameType
impl RefUnwindSafe for FrameType
impl Send for FrameType
impl Sync for FrameType
impl Unpin for FrameType
impl UnsafeUnpin for FrameType
impl UnwindSafe for FrameType
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