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