pub enum TSE {
Disabled = 0,
Enabled = 1,
}
Expand description
timestamp enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TSE
impl Eq for TSE
impl StructuralPartialEq for TSE
Auto Trait Implementations§
impl Freeze for TSE
impl RefUnwindSafe for TSE
impl Send for TSE
impl Sync for TSE
impl Unpin for TSE
impl UnwindSafe for TSE
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