Enum sgx_isa::Encls [] [src]

#[repr(u32)]
pub enum Encls { ECreate, EAdd, EInit, ERemove, EDbgrd, EDbgwr, EExtend, ELdb, ELdu, EBlock, EPa, EWb, ETrack, EAug, EModpr, EModt, }

Variants

Methods

impl Encls
[src]

Trait Implementations

impl Clone for Encls
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Encls
[src]

impl Debug for Encls
[src]

Formats the value using the given formatter.

impl PartialEq for Encls
[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 Encls
[src]