#[repr(u8)]pub enum FrameListLen {
LEN8 = 0,
LEN16 = 1,
LEN32 = 2,
LEN64 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FrameListLen
impl Clone for FrameListLen
Source§fn clone(&self) -> FrameListLen
fn clone(&self) -> FrameListLen
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 From<FrameListLen> for u8
impl From<FrameListLen> for u8
Source§fn from(val: FrameListLen) -> u8
fn from(val: FrameListLen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FrameListLen
impl From<u8> for FrameListLen
Source§fn from(val: u8) -> FrameListLen
fn from(val: u8) -> FrameListLen
Converts to this type from the input type.
Source§impl Ord for FrameListLen
impl Ord for FrameListLen
Source§fn cmp(&self, other: &FrameListLen) -> Ordering
fn cmp(&self, other: &FrameListLen) -> 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 FrameListLen
impl PartialEq for FrameListLen
Source§impl PartialOrd for FrameListLen
impl PartialOrd for FrameListLen
impl Copy for FrameListLen
impl Eq for FrameListLen
impl StructuralPartialEq for FrameListLen
Auto Trait Implementations§
impl Freeze for FrameListLen
impl RefUnwindSafe for FrameListLen
impl Send for FrameListLen
impl Sync for FrameListLen
impl Unpin for FrameListLen
impl UnwindSafe for FrameListLen
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