[][src]Trait sgxs::loader::MappingInfo

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

An enclave that's been loaded into memory.

Required methods

fn address(&self) -> *mut c_void

The base address of the enclave.

fn size(&self) -> usize

The size of the enclave (ELRANGE).

Loading content...

Implementors

Loading content...