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