#[repr(u8)]pub enum Bitframesdd {
Show 32 variants
SDD00000 = 0,
SDD00001 = 1,
SDD00010 = 2,
_RESERVED_3 = 3,
SDD00100 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
SDD01000 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
SDD10000 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}
Variants§
SDD00000 = 0
SDD pattern 00000
SDD00001 = 1
SDD pattern 00001
SDD00010 = 2
SDD pattern 00010
_RESERVED_3 = 3
SDD00100 = 4
SDD pattern 00100
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
SDD01000 = 8
SDD pattern 01000
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
SDD10000 = 16
SDD pattern 10000
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Source§impl Bitframesdd
impl Bitframesdd
Trait Implementations§
Source§impl Clone for Bitframesdd
impl Clone for Bitframesdd
Source§fn clone(&self) -> Bitframesdd
fn clone(&self) -> Bitframesdd
Returns a copy 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<Bitframesdd> for u8
impl From<Bitframesdd> for u8
Source§fn from(val: Bitframesdd) -> u8
fn from(val: Bitframesdd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Bitframesdd
impl From<u8> for Bitframesdd
Source§fn from(val: u8) -> Bitframesdd
fn from(val: u8) -> Bitframesdd
Converts to this type from the input type.
Source§impl Ord for Bitframesdd
impl Ord for Bitframesdd
Source§fn cmp(&self, other: &Bitframesdd) -> Ordering
fn cmp(&self, other: &Bitframesdd) -> 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 Bitframesdd
impl PartialEq for Bitframesdd
Source§impl PartialOrd for Bitframesdd
impl PartialOrd for Bitframesdd
impl Copy for Bitframesdd
impl Eq for Bitframesdd
impl StructuralPartialEq for Bitframesdd
Auto Trait Implementations§
impl Freeze for Bitframesdd
impl RefUnwindSafe for Bitframesdd
impl Send for Bitframesdd
impl Sync for Bitframesdd
impl Unpin for Bitframesdd
impl UnwindSafe for Bitframesdd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)