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