#[repr(u8)]pub enum Ter {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Reads to the tamper enable register are ignored.
NORMAL = 1
Reads to the tamper enable register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Ter
impl Ord for Ter
Source§impl PartialOrd for Ter
impl PartialOrd for Ter
impl Copy for Ter
impl Eq for Ter
impl StructuralPartialEq for Ter
Auto Trait Implementations§
impl Freeze for Ter
impl RefUnwindSafe for Ter
impl Send for Ter
impl Sync for Ter
impl Unpin for Ter
impl UnwindSafe for Ter
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