#[repr(transparent)]pub struct Bootstatehmac(pub u32);Expand description
boot state hmac register
Tuple Fields§
§0: u32Implementations§
Source§impl Bootstatehmac
impl Bootstatehmac
Sourcepub const fn bootstatehmac(&self) -> u32
pub const fn bootstatehmac(&self) -> u32
HMAC of boot state used for attestation
Sourcepub const fn set_bootstatehmac(&mut self, val: u32)
pub const fn set_bootstatehmac(&mut self, val: u32)
HMAC of boot state used for attestation
Trait Implementations§
Source§impl Clone for Bootstatehmac
impl Clone for Bootstatehmac
Source§fn clone(&self) -> Bootstatehmac
fn clone(&self) -> Bootstatehmac
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 Bootstatehmac
impl Debug for Bootstatehmac
Source§impl Default for Bootstatehmac
impl Default for Bootstatehmac
Source§fn default() -> Bootstatehmac
fn default() -> Bootstatehmac
Returns the “default value” for a type. Read more
Source§impl PartialEq for Bootstatehmac
impl PartialEq for Bootstatehmac
impl Copy for Bootstatehmac
impl Eq for Bootstatehmac
impl StructuralPartialEq for Bootstatehmac
Auto Trait Implementations§
impl Freeze for Bootstatehmac
impl RefUnwindSafe for Bootstatehmac
impl Send for Bootstatehmac
impl Sync for Bootstatehmac
impl Unpin for Bootstatehmac
impl UnwindSafe for Bootstatehmac
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