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