#[repr(u8)]pub enum FifoPtrwid {
Show 16 variants
PTRWID_0 = 0,
PTRWID_1 = 1,
PTRWID_2 = 2,
PTRWID_3_3 = 3,
PTRWID_3_4 = 4,
PTRWID_3_5 = 5,
PTRWID_3_6 = 6,
PTRWID_3_7 = 7,
PTRWID_3_8 = 8,
PTRWID_3_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
PTRWID_15 = 15,
}Variants§
PTRWID_0 = 0
0 bits
PTRWID_1 = 1
1 bit
PTRWID_2 = 2
2 bits
PTRWID_3_3 = 3
…
PTRWID_3_4 = 4
…
PTRWID_3_5 = 5
…
PTRWID_3_6 = 6
…
PTRWID_3_7 = 7
…
PTRWID_3_8 = 8
…
PTRWID_3_9 = 9
…
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
PTRWID_15 = 15
15 bits
Implementations§
Source§impl FifoPtrwid
impl FifoPtrwid
Trait Implementations§
Source§impl Clone for FifoPtrwid
impl Clone for FifoPtrwid
Source§fn clone(&self) -> FifoPtrwid
fn clone(&self) -> FifoPtrwid
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 FifoPtrwid
impl Debug for FifoPtrwid
Source§impl From<FifoPtrwid> for u8
impl From<FifoPtrwid> for u8
Source§fn from(val: FifoPtrwid) -> u8
fn from(val: FifoPtrwid) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FifoPtrwid
impl From<u8> for FifoPtrwid
Source§fn from(val: u8) -> FifoPtrwid
fn from(val: u8) -> FifoPtrwid
Converts to this type from the input type.
Source§impl Ord for FifoPtrwid
impl Ord for FifoPtrwid
Source§fn cmp(&self, other: &FifoPtrwid) -> Ordering
fn cmp(&self, other: &FifoPtrwid) -> 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 FifoPtrwid
impl PartialEq for FifoPtrwid
Source§impl PartialOrd for FifoPtrwid
impl PartialOrd for FifoPtrwid
impl Copy for FifoPtrwid
impl Eq for FifoPtrwid
impl StructuralPartialEq for FifoPtrwid
Auto Trait Implementations§
impl Freeze for FifoPtrwid
impl RefUnwindSafe for FifoPtrwid
impl Send for FifoPtrwid
impl Sync for FifoPtrwid
impl Unpin for FifoPtrwid
impl UnwindSafe for FifoPtrwid
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