Struct sgx_trts::enclave::SgxThreadData[][src]

pub struct SgxThreadData { /* fields omitted */ }

Methods

impl SgxThreadData
[src]

get thread_data per thread.

Note

This API is only an experimental funtion.

td_base is to get TD base address per thread.

Note

This API is only an experimental funtion.

stack_base is to get stack base address per thread.

Note

This API is only an experimental funtion.

stack_limit is to get stack limit per thread.

Note

This API is only an experimental funtion.

tls_base is to get tls base address per thread.

Note

This API is only an experimental funtion.

last_error is to get last error per thread.

Note

This API is only an experimental funtion.

exception_flag is to get exception flag per thread.

Note

This API is only an experimental funtion.

Trait Implementations

impl Copy for SgxThreadData
[src]

impl Clone for SgxThreadData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SgxThreadData

impl Sync for SgxThreadData