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