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