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