#[repr(u8)]pub enum TcdCsrEsg {
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§
Trait Implementations§
Source§impl Ord for TcdCsrEsg
impl Ord for TcdCsrEsg
Source§impl PartialOrd for TcdCsrEsg
impl PartialOrd for TcdCsrEsg
impl Copy for TcdCsrEsg
impl Eq for TcdCsrEsg
impl StructuralPartialEq for TcdCsrEsg
Auto Trait Implementations§
impl Freeze for TcdCsrEsg
impl RefUnwindSafe for TcdCsrEsg
impl Send for TcdCsrEsg
impl Sync for TcdCsrEsg
impl Unpin for TcdCsrEsg
impl UnwindSafe for TcdCsrEsg
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