Enum sgx_tstd::enclave::SgxThreadPolicy[][src]

pub enum SgxThreadPolicy {
    Bound,
    Unbound,
}

Variants

Trait Implementations

impl Clone for SgxThreadPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SgxThreadPolicy
[src]

Auto Trait Implementations

impl Send for SgxThreadPolicy

impl Sync for SgxThreadPolicy