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