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