pub enum TSFW {
Clear = 0,
}
Expand description
Time-stamp flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for TSFW
impl Eq for TSFW
impl StructuralPartialEq for TSFW
Auto Trait Implementations§
impl Freeze for TSFW
impl RefUnwindSafe for TSFW
impl Send for TSFW
impl Sync for TSFW
impl Unpin for TSFW
impl UnwindSafe for TSFW
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