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