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

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

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

Required methods

fn address(&self) -> *mut c_void

The address of the TCS.

Loading content...

Implementors

Loading content...