Struct enclave_runner::Library[][src]

pub struct Library { /* fields omitted */ }

Implementations

If this library’s TCSs are all currently servicing other calls, this function will block until a TCS becomes available.

Safety

The caller must ensure that the parameters passed-in match what the enclave is expecting.

Trait Implementations

Formats the value using the given formatter. Read more

The base address of the enclave.

The size of the enclave (ELRANGE).

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

Performs the conversion.

Performs the conversion.

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.