#[repr(transparent)]pub struct HwOcotpSrkRevoke(pub u32);Expand description
Value of OTP Bank5 Word7 (SRK Revoke)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for HwOcotpSrkRevoke
impl Clone for HwOcotpSrkRevoke
Source§fn clone(&self) -> HwOcotpSrkRevoke
fn clone(&self) -> HwOcotpSrkRevoke
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HwOcotpSrkRevoke
impl Debug for HwOcotpSrkRevoke
Source§impl Default for HwOcotpSrkRevoke
impl Default for HwOcotpSrkRevoke
Source§fn default() -> HwOcotpSrkRevoke
fn default() -> HwOcotpSrkRevoke
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwOcotpSrkRevoke
impl PartialEq for HwOcotpSrkRevoke
impl Copy for HwOcotpSrkRevoke
impl Eq for HwOcotpSrkRevoke
impl StructuralPartialEq for HwOcotpSrkRevoke
Auto Trait Implementations§
impl Freeze for HwOcotpSrkRevoke
impl RefUnwindSafe for HwOcotpSrkRevoke
impl Send for HwOcotpSrkRevoke
impl Sync for HwOcotpSrkRevoke
impl Unpin for HwOcotpSrkRevoke
impl UnwindSafe for HwOcotpSrkRevoke
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