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