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