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