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