pub enum TAMPTS {
NoSave = 0,
Save = 1,
}
Expand description
Activate timestamp on tamper detection event
Value on reset: 0
Variants§
NoSave = 0
0: Tamper detection event does not cause a timestamp to be saved
Save = 1
1: Save timestamp on tamper detection event
Trait Implementations§
impl Copy for TAMPTS
impl Eq for TAMPTS
impl StructuralPartialEq for TAMPTS
Auto Trait Implementations§
impl Freeze for TAMPTS
impl RefUnwindSafe for TAMPTS
impl Send for TAMPTS
impl Sync for TAMPTS
impl Unpin for TAMPTS
impl UnwindSafe for TAMPTS
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