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