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