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