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