Struct sgxs_loaders::sgx_enclave_common::Library [−][src]
pub struct Library { /* fields omitted */ }
Implementations
Trait Implementations
type MappingInfo = MappingInfo
fn load<R: SgxsRead>(
&mut self,
reader: &mut R,
sigstruct: &Sigstruct,
attributes: Attributes,
miscselect: Miscselect
) -> Result<Mapping<Self>, Error>
fn load<R: SgxsRead>(
&mut self,
reader: &mut R,
sigstruct: &Sigstruct,
attributes: Attributes,
miscselect: Miscselect
) -> Result<Mapping<Self>, Error>
Load an enclave. Read more