#[repr(usize)]
pub enum Number {
    MemInfo,
    BalloonMemory,
    Cpuid,
    GetSgxQuote,
    GetSgxTargetInfo,
    GetSgxQuoteSize,
    GetSnpVcek,
    MmapHost,
    MprotectHost,
    MunmapHost,
    TrimSgxPages,
}
Expand description

Number of an Item of Kind::Enarxcall.

Variants

MemInfo

MemInfo request call number.

BalloonMemory

Memory ballooning request call number.

Cpuid

Cpuid instruction call number.

GetSgxQuote

SGX quote request call number.

GetSgxTargetInfo

SGX TargetInfo request call number.

GetSgxQuoteSize

SGX quote size request call number.

GetSnpVcek

SNP VCEK request call number.

MmapHost

Notify the host about mmap().

MprotectHost

Notify the host about mprotect().

MunmapHost

Notify the host about munmap().

TrimSgxPages

Trim SGX pages call number.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.