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