#[repr(transparent)]pub struct Ter(pub u32);Expand description
Tamper Enable
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
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