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