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