Enum Stopm
#[repr(u8)]pub enum Stopm {
_000 = 0,
_010 = 2,
_110 = 6,
}Expand description
Stop Mode Control
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Stopm
impl Eq for Stopm
impl IsEnum for Stopm
impl StructuralPartialEq for Stopm
Auto Trait Implementations§
impl Freeze for Stopm
impl RefUnwindSafe for Stopm
impl Send for Stopm
impl Sync for Stopm
impl Unpin for Stopm
impl UnwindSafe for Stopm
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