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