#[repr(transparent)]pub struct Rotkh(pub u32);Expand description
ROTKHindex for Root of Trust Keys Table hash[(((7 - index) * 32) + 31):((7 - index) * 32)]
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rotkh
impl Eq for Rotkh
impl StructuralPartialEq for Rotkh
Auto Trait Implementations§
impl Freeze for Rotkh
impl RefUnwindSafe for Rotkh
impl Send for Rotkh
impl Sync for Rotkh
impl Unpin for Rotkh
impl UnwindSafe for Rotkh
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