#[repr(transparent)]pub struct Pcr31(pub u32);Expand description
Pin Control 31
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pcr31
impl Eq for Pcr31
impl StructuralPartialEq for Pcr31
Auto Trait Implementations§
impl Freeze for Pcr31
impl RefUnwindSafe for Pcr31
impl Send for Pcr31
impl Sync for Pcr31
impl Unpin for Pcr31
impl UnwindSafe for Pcr31
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