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