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