Enum sgx_isa::Enclu [] [src]

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

Variants

Methods

impl Enclu
[src]

Trait Implementations

impl Clone for Enclu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enclu
[src]

impl Debug for Enclu
[src]

Formats the value using the given formatter.

impl PartialEq for Enclu
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Enclu
[src]