Struct raw_cpuid::EpcSection [−][src]
pub struct EpcSection { /* fields omitted */ }EBX:EAX and EDX:ECX provide information on the Enclave Page Cache (EPC) section
Methods
impl EpcSection[src]
impl EpcSectionpub fn physical_base(&self) -> u64[src]
pub fn physical_base(&self) -> u64The physical address of the base of the EPC section
pub fn size(&self) -> u64[src]
pub fn size(&self) -> u64Size of the corresponding EPC section within the Processor Reserved Memory.
Trait Implementations
impl Debug for EpcSection[src]
impl Debug for EpcSectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for EpcSection[src]
impl Default for EpcSectionfn default() -> EpcSection[src]
fn default() -> EpcSectionReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for EpcSection
impl Send for EpcSectionimpl Sync for EpcSection
impl Sync for EpcSection