#[repr(u8)]pub enum ProdType {
SGX = 0,
TDX = 1,
}
Variants§
Trait Implementations§
source§impl PartialEq for ProdType
impl PartialEq for ProdType
impl ContiguousMemory for ProdType
impl Copy for ProdType
impl Eq for ProdType
impl StructuralEq for ProdType
impl StructuralPartialEq for ProdType
Auto Trait Implementations§
impl RefUnwindSafe for ProdType
impl Send for ProdType
impl Sync for ProdType
impl Unpin for ProdType
impl UnwindSafe for ProdType
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