Enum raw_cpuid::SgxSectionInfo
source · 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§
source§impl Debug for SgxSectionInfo
impl Debug for SgxSectionInfo
source§impl Default for SgxSectionInfo
impl Default for SgxSectionInfo
source§fn default() -> SgxSectionInfo
fn default() -> SgxSectionInfo
Returns the “default value” for a type. Read more