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