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