Enum Sdie
pub enum Sdie {
_0 = 0,
_1 = 1,
}Expand description
STOP Detect Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sdie
impl Eq for Sdie
impl StructuralPartialEq for Sdie
Auto Trait Implementations§
impl Freeze for Sdie
impl RefUnwindSafe for Sdie
impl Send for Sdie
impl Sync for Sdie
impl Unpin for Sdie
impl UnwindSafe for Sdie
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