Struct sgxs_loaders::isgx::Device [−][src]
pub struct Device { /* fields omitted */ }
Implementations
Try to open an SGX device from a list of default paths
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