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