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