[][src]Enum sgx_isa::Enclu

#[repr(u32)]pub enum Enclu {
    EReport,
    EGetkey,
    EEnter,
    EResume,
    EExit,
    EAccept,
    EModpe,
    EAcceptcopy,
}

Variants

EReport
EGetkey
EEnter
EResume
EExit
EAccept
EModpe
EAcceptcopy

Trait Implementations

impl Clone for Enclu[src]

impl Copy for Enclu[src]

impl Debug for Enclu[src]

impl Eq for Enclu[src]

impl PartialEq<Enclu> for Enclu[src]

impl StructuralEq for Enclu[src]

impl StructuralPartialEq for Enclu[src]

impl TryFrom<u32> for Enclu[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Enclu

impl Sync for Enclu

impl Unpin for Enclu

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.