#[repr(u8)]pub enum Tcd17AttrSsize {
EIGHT = 0,
SIXTEEN_BIT = 1,
THIRTYTWO_BIT = 2,
SIXTYFOUR = 3,
_RESERVED_4 = 4,
THIRTYTWO_BYTE = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
EIGHT = 0
8-bit
SIXTEEN_BIT = 1
16-bit
THIRTYTWO_BIT = 2
32-bit
SIXTYFOUR = 3
64-bit
_RESERVED_4 = 4
THIRTYTWO_BYTE = 5
32-byte burst (4 beats of 64 bits)
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Tcd17AttrSsize
impl Clone for Tcd17AttrSsize
Source§fn clone(&self) -> Tcd17AttrSsize
fn clone(&self) -> Tcd17AttrSsize
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 Tcd17AttrSsize
impl Debug for Tcd17AttrSsize
Source§impl From<Tcd17AttrSsize> for u8
impl From<Tcd17AttrSsize> for u8
Source§fn from(val: Tcd17AttrSsize) -> u8
fn from(val: Tcd17AttrSsize) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tcd17AttrSsize
impl From<u8> for Tcd17AttrSsize
Source§fn from(val: u8) -> Tcd17AttrSsize
fn from(val: u8) -> Tcd17AttrSsize
Converts to this type from the input type.
Source§impl Ord for Tcd17AttrSsize
impl Ord for Tcd17AttrSsize
Source§fn cmp(&self, other: &Tcd17AttrSsize) -> Ordering
fn cmp(&self, other: &Tcd17AttrSsize) -> 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 Tcd17AttrSsize
impl PartialEq for Tcd17AttrSsize
Source§impl PartialOrd for Tcd17AttrSsize
impl PartialOrd for Tcd17AttrSsize
impl Copy for Tcd17AttrSsize
impl Eq for Tcd17AttrSsize
impl StructuralPartialEq for Tcd17AttrSsize
Auto Trait Implementations§
impl Freeze for Tcd17AttrSsize
impl RefUnwindSafe for Tcd17AttrSsize
impl Send for Tcd17AttrSsize
impl Sync for Tcd17AttrSsize
impl Unpin for Tcd17AttrSsize
impl UnwindSafe for Tcd17AttrSsize
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