Enum raw_cpuid::SgxSectionInfo [−][src]
pub enum SgxSectionInfo { Epc(EpcSection), }
Expand description
Intel SGX EPC Enumeration Leaf, sub-leaves (EAX = 12H, ECX = 2 or higher)
Variants
Epc(EpcSection)
Trait Implementations
Returns the “default value” for a type. Read more