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