pub enum FrameClass {
    Class1 = 1,
    Class2 = 2,
    Class3 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for FrameClass
 
impl Clone for FrameClass
Source§fn clone(&self) -> FrameClass
 
fn clone(&self) -> FrameClass
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 FrameClass
 
impl Debug for FrameClass
Source§impl<B: SplitByteSlice> From<&MacFrame<B>> for FrameClass
Converts a MacFrame into a FrameClass.
 
impl<B: SplitByteSlice> From<&MacFrame<B>> for FrameClass
Converts a MacFrame into a FrameClass.
Source§fn from(mac_frame: &MacFrame<B>) -> FrameClass
 
fn from(mac_frame: &MacFrame<B>) -> FrameClass
Converts to this type from the input type.
Source§impl Ord for FrameClass
 
impl Ord for FrameClass
Source§fn cmp(&self, other: &FrameClass) -> Ordering
 
fn cmp(&self, other: &FrameClass) -> Ordering
1.21.0 · 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 PartialEq for FrameClass
 
impl PartialEq for FrameClass
Source§impl PartialOrd for FrameClass
 
impl PartialOrd for FrameClass
impl Copy for FrameClass
impl Eq for FrameClass
impl StructuralPartialEq for FrameClass
Auto Trait Implementations§
impl Freeze for FrameClass
impl RefUnwindSafe for FrameClass
impl Send for FrameClass
impl Sync for FrameClass
impl Unpin for FrameClass
impl UnwindSafe for FrameClass
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