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