#[repr(u8)]pub enum Esg {
NORMAL_FORMAT = 0,
SCATTER_GATHER_FORMAT = 1,
}Variants§
NORMAL_FORMAT = 0
Current channel’s TCD is normal format
SCATTER_GATHER_FORMAT = 1
Current channel’s TCD specifies scatter/gather format.
Implementations§
Trait Implementations§
Source§impl Ord for Esg
impl Ord for Esg
Source§impl PartialOrd for Esg
impl PartialOrd for Esg
impl Copy for Esg
impl Eq for Esg
impl StructuralPartialEq for Esg
Auto Trait Implementations§
impl Freeze for Esg
impl RefUnwindSafe for Esg
impl Send for Esg
impl Sync for Esg
impl Unpin for Esg
impl UnwindSafe for Esg
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