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