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]

The physical address of the base of the EPC section

Size of the corresponding EPC section within the Processor Reserved Memory.

Trait Implementations

impl Debug for EpcSection
[src]

Formats the value using the given formatter. Read more

impl Default for EpcSection
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for EpcSection

impl Sync for EpcSection