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