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