#[repr(u8)]pub enum Sge {
NO_ERROR = 0,
CONFIGURATION_ERROR = 1,
}Variants§
NO_ERROR = 0
No scatter/gather configuration error
CONFIGURATION_ERROR = 1
Last recorded error was a configuration error detected in the TCDn_DLAST_SGA field
Implementations§
Trait Implementations§
Source§impl Ord for Sge
impl Ord for Sge
Source§impl PartialOrd for Sge
impl PartialOrd for Sge
impl Copy for Sge
impl Eq for Sge
impl StructuralPartialEq for Sge
Auto Trait Implementations§
impl Freeze for Sge
impl RefUnwindSafe for Sge
impl Send for Sge
impl Sync for Sge
impl Unpin for Sge
impl UnwindSafe for Sge
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