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