#[repr(transparent)]pub struct TamperScr(pub u16);Expand description
Tamper Status and Control.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for TamperScr
impl Eq for TamperScr
impl StructuralPartialEq for TamperScr
Auto Trait Implementations§
impl Freeze for TamperScr
impl RefUnwindSafe for TamperScr
impl Send for TamperScr
impl Sync for TamperScr
impl Unpin for TamperScr
impl UnwindSafe for TamperScr
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