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