pub struct TAMPCR { /* private fields */ }
Expand description
tamper configuration register
Implementations§
Auto Trait Implementations§
impl !Freeze for TAMPCR
impl !RefUnwindSafe for TAMPCR
impl Send for TAMPCR
impl !Sync for TAMPCR
impl Unpin for TAMPCR
impl UnwindSafe for TAMPCR
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