#[repr(u8)]pub enum Tcsr3Tf {
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 Tcsr3Tf
impl Ord for Tcsr3Tf
Source§impl PartialOrd for Tcsr3Tf
impl PartialOrd for Tcsr3Tf
impl Copy for Tcsr3Tf
impl Eq for Tcsr3Tf
impl StructuralPartialEq for Tcsr3Tf
Auto Trait Implementations§
impl Freeze for Tcsr3Tf
impl RefUnwindSafe for Tcsr3Tf
impl Send for Tcsr3Tf
impl Sync for Tcsr3Tf
impl Unpin for Tcsr3Tf
impl UnwindSafe for Tcsr3Tf
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