Enum TmrVal
#[repr(u32)]pub enum TmrVal {
_0 = 0,
_1 = 1,
}Expand description
Timer Value
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TmrVal
impl Eq for TmrVal
impl IsEnum for TmrVal
impl StructuralPartialEq for TmrVal
Auto Trait Implementations§
impl Freeze for TmrVal
impl RefUnwindSafe for TmrVal
impl Send for TmrVal
impl Sync for TmrVal
impl Unpin for TmrVal
impl UnwindSafe for TmrVal
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