Struct Ieee802154FrameType
pub struct Ieee802154FrameType(pub u8);Expand description
IEEE 802.15.4 frame type.
Tuple Fields§
§0: u8Implementations§
§impl FrameType
impl FrameType
pub const Beacon: FrameType
pub const Data: FrameType
pub const Acknowledgement: FrameType
pub const MacCommand: FrameType
pub const Multipurpose: FrameType
pub const FragmentOrFrak: FrameType
pub const Extended: FrameType
Trait Implementations§
impl Copy for FrameType
impl Eq for FrameType
§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
§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