#[repr(u8)]pub enum Tcsr0Tf {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Input Capture or Output Compare has not occurred.
ONE = 1
Input Capture or Output Compare has occurred.
Implementations§
Trait Implementations§
Source§impl Ord for Tcsr0Tf
impl Ord for Tcsr0Tf
Source§impl PartialOrd for Tcsr0Tf
impl PartialOrd for Tcsr0Tf
impl Copy for Tcsr0Tf
impl Eq for Tcsr0Tf
impl StructuralPartialEq for Tcsr0Tf
Auto Trait Implementations§
impl Freeze for Tcsr0Tf
impl RefUnwindSafe for Tcsr0Tf
impl Send for Tcsr0Tf
impl Sync for Tcsr0Tf
impl Unpin for Tcsr0Tf
impl UnwindSafe for Tcsr0Tf
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