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