Enum Soe
pub enum Soe {
_0 = 0,
_1 = 1,
}Expand description
Source Offset Error
Value on reset: 0
Variants§
_0 = 0
0: No source offset configuration error
_1 = 1
1: The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
Trait Implementations§
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