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