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