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