Trait sgxs::loader::Tcs[][src]

pub trait Tcs: 'static + Debug + Send {
    fn address(&self) -> *mut c_void;
}
Expand description

An owned Tcs is the only reference to a particular Thread Control Structure (TCS) in an enclave.

Required methods

The address of the TCS.

Implementors