#[repr(transparent)]pub struct Hashresthwkey(pub u32);Expand description
Controls whether the HASH AES hardware secret key is restricted to use by secure code
Tuple Fields§
§0: u32Implementations§
Source§impl Hashresthwkey
impl Hashresthwkey
Sourcepub const fn unlockcode(&self) -> Unlockcode
pub const fn unlockcode(&self) -> Unlockcode
Code value that controls whether HASH AES hardware secret key is unlocked
Sourcepub const fn set_unlockcode(&mut self, val: Unlockcode)
pub const fn set_unlockcode(&mut self, val: Unlockcode)
Code value that controls whether HASH AES hardware secret key is unlocked
Trait Implementations§
Source§impl Clone for Hashresthwkey
impl Clone for Hashresthwkey
Source§fn clone(&self) -> Hashresthwkey
fn clone(&self) -> Hashresthwkey
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 Hashresthwkey
impl Debug for Hashresthwkey
Source§impl Default for Hashresthwkey
impl Default for Hashresthwkey
Source§fn default() -> Hashresthwkey
fn default() -> Hashresthwkey
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hashresthwkey
impl PartialEq for Hashresthwkey
impl Copy for Hashresthwkey
impl Eq for Hashresthwkey
impl StructuralPartialEq for Hashresthwkey
Auto Trait Implementations§
impl Freeze for Hashresthwkey
impl RefUnwindSafe for Hashresthwkey
impl Send for Hashresthwkey
impl Sync for Hashresthwkey
impl Unpin for Hashresthwkey
impl UnwindSafe for Hashresthwkey
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