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