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