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