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