#[repr(u8)]pub enum Pcr26Inv {
INV0 = 0,
INV1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pcr26Inv
impl Ord for Pcr26Inv
Source§impl PartialOrd for Pcr26Inv
impl PartialOrd for Pcr26Inv
impl Copy for Pcr26Inv
impl Eq for Pcr26Inv
impl StructuralPartialEq for Pcr26Inv
Auto Trait Implementations§
impl Freeze for Pcr26Inv
impl RefUnwindSafe for Pcr26Inv
impl Send for Pcr26Inv
impl Sync for Pcr26Inv
impl Unpin for Pcr26Inv
impl UnwindSafe for Pcr26Inv
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