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