Enum sgx_types::types::EnclaveMode
source · [−]#[repr(u32)]
pub enum EnclaveMode {
Hw,
Sim,
Hyper,
}
Variants
Hw
Sim
Hyper
Trait Implementations
sourceimpl Clone for EnclaveMode
impl Clone for EnclaveMode
sourcefn clone(&self) -> EnclaveMode
fn clone(&self) -> EnclaveMode
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EnclaveMode
impl Debug for EnclaveMode
sourceimpl Default for EnclaveMode
impl Default for EnclaveMode
sourcefn default() -> EnclaveMode
fn default() -> EnclaveMode
Returns the “default value” for a type. Read more
sourceimpl From<EnclaveMode> for u32
impl From<EnclaveMode> for u32
sourcefn from(n: EnclaveMode) -> u32
fn from(n: EnclaveMode) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<EnclaveMode> for EnclaveMode
impl PartialEq<EnclaveMode> for EnclaveMode
sourcefn eq(&self, other: &EnclaveMode) -> bool
fn eq(&self, other: &EnclaveMode) -> bool
sourceimpl TryFrom<u32> for EnclaveMode
impl TryFrom<u32> for EnclaveMode
impl ContiguousMemory for EnclaveMode
impl Copy for EnclaveMode
impl Eq for EnclaveMode
impl StructuralEq for EnclaveMode
impl StructuralPartialEq for EnclaveMode
Auto Trait Implementations
impl RefUnwindSafe for EnclaveMode
impl Send for EnclaveMode
impl Sync for EnclaveMode
impl Unpin for EnclaveMode
impl UnwindSafe for EnclaveMode
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