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