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