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