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