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