Struct sgx_trts::enclave::SgxGlobalData[][src]

pub struct SgxGlobalData { /* fields omitted */ }

Methods

impl SgxGlobalData
[src]

get global_data.

Note

This API is only an experimental funtion.

enclave_base is to get enclave map base address.

Note

This API is only an experimental funtion.

enclave_size is to get enclave map size.

Note

This API is only an experimental funtion.

heap_base is to get heap base address.

Note

This API is only an experimental funtion.

heap_offset is to get heap offset.

Note

This API is only an experimental funtion.

heap_size is to get heap size.

Note

This API is only an experimental funtion.

thread_policy is to get TCS policy.

Note

This API is only an experimental funtion.

Trait Implementations

impl Copy for SgxGlobalData
[src]

impl Clone for SgxGlobalData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SgxGlobalData

impl Sync for SgxGlobalData