Enum ITSF_A
pub enum ITSF_A {
Match = 1,
}
Expand description
Internal tTime-stamp flag
Value on reset: 0
Variants§
Match = 1
1: This flag is set by hardware when a time-stamp on the internal event occurs
Trait Implementations§
impl Copy for ITSF_A
impl StructuralPartialEq for ITSF_A
Auto Trait Implementations§
impl Freeze for ITSF_A
impl RefUnwindSafe for ITSF_A
impl Send for ITSF_A
impl Sync for ITSF_A
impl Unpin for ITSF_A
impl UnwindSafe for ITSF_A
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