#[repr(u8)]
pub enum ProdType {
SGX,
TDX,
}
Variants
SGX
TDX
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more