Enum raw_cpuid::SgxSectionInfo[][src]

pub enum SgxSectionInfo {
    Epc(EpcSection),
}

Intel SGX EPC Enumeration Leaf, sub-leaves (EAX = 12H, ECX = 2 or higher)

Variants

Trait Implementations

impl Debug for SgxSectionInfo
[src]

Formats the value using the given formatter. Read more

impl Default for SgxSectionInfo
[src]

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

Auto Trait Implementations