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