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