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