Enum raw_cpuid::SgxSectionInfo [−][src]
pub enum SgxSectionInfo {
Epc(EpcSection),
}Intel SGX EPC Enumeration Leaf, sub-leaves (EAX = 12H, ECX = 2 or higher)
Variants
Epc(EpcSection)
Trait Implementations
impl Debug for SgxSectionInfo[src]
impl Debug for SgxSectionInfofn 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 SgxSectionInfo[src]
impl Default for SgxSectionInfofn default() -> SgxSectionInfo[src]
fn default() -> SgxSectionInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for SgxSectionInfo
impl Send for SgxSectionInfoimpl Sync for SgxSectionInfo
impl Sync for SgxSectionInfo