#[repr(u8)]pub enum Tcd22CsrEsg {
NORMAL = 0,
SCATTER = 1,
}Variants§
NORMAL = 0
The current channel’s TCD is normal format
SCATTER = 1
The current channel’s TCD specifies a scatter gather format
Implementations§
Source§impl Tcd22CsrEsg
impl Tcd22CsrEsg
Trait Implementations§
Source§impl Clone for Tcd22CsrEsg
impl Clone for Tcd22CsrEsg
Source§fn clone(&self) -> Tcd22CsrEsg
fn clone(&self) -> Tcd22CsrEsg
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 Tcd22CsrEsg
impl Debug for Tcd22CsrEsg
Source§impl From<Tcd22CsrEsg> for u8
impl From<Tcd22CsrEsg> for u8
Source§fn from(val: Tcd22CsrEsg) -> u8
fn from(val: Tcd22CsrEsg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tcd22CsrEsg
impl From<u8> for Tcd22CsrEsg
Source§fn from(val: u8) -> Tcd22CsrEsg
fn from(val: u8) -> Tcd22CsrEsg
Converts to this type from the input type.
Source§impl Ord for Tcd22CsrEsg
impl Ord for Tcd22CsrEsg
Source§fn cmp(&self, other: &Tcd22CsrEsg) -> Ordering
fn cmp(&self, other: &Tcd22CsrEsg) -> 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 Tcd22CsrEsg
impl PartialEq for Tcd22CsrEsg
Source§impl PartialOrd for Tcd22CsrEsg
impl PartialOrd for Tcd22CsrEsg
impl Copy for Tcd22CsrEsg
impl Eq for Tcd22CsrEsg
impl StructuralPartialEq for Tcd22CsrEsg
Auto Trait Implementations§
impl Freeze for Tcd22CsrEsg
impl RefUnwindSafe for Tcd22CsrEsg
impl Send for Tcd22CsrEsg
impl Sync for Tcd22CsrEsg
impl Unpin for Tcd22CsrEsg
impl UnwindSafe for Tcd22CsrEsg
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