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