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