Trait sgxs::loader::MappingInfo [−][src]
pub trait MappingInfo: 'static + Debug {
fn address(&self) -> *mut c_void;
fn size(&self) -> usize;
}
Expand description
An enclave that’s been loaded into memory.
pub trait MappingInfo: 'static + Debug {
fn address(&self) -> *mut c_void;
fn size(&self) -> usize;
}
An enclave that’s been loaded into memory.