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