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