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