#[repr(transparent)]pub struct SrkRevoke(pub u32);Expand description
Value of OTP Bank5 Word7 (SRK Revoke)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SrkRevoke
impl Eq for SrkRevoke
impl StructuralPartialEq for SrkRevoke
Auto Trait Implementations§
impl Freeze for SrkRevoke
impl RefUnwindSafe for SrkRevoke
impl Send for SrkRevoke
impl Sync for SrkRevoke
impl Unpin for SrkRevoke
impl UnwindSafe for SrkRevoke
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