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