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