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