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