#[repr(transparent)]pub struct Atr(pub u32);Expand description
Active Tamper
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Atr
impl Eq for Atr
impl StructuralPartialEq for Atr
Auto Trait Implementations§
impl Freeze for Atr
impl RefUnwindSafe for Atr
impl Send for Atr
impl Sync for Atr
impl Unpin for Atr
impl UnwindSafe for Atr
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