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