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