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