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
sourceimpl Debug for SgxSectionInfo
impl Debug for SgxSectionInfo
sourceimpl Default for SgxSectionInfo
impl Default for SgxSectionInfo
sourcefn default() -> SgxSectionInfo
fn default() -> SgxSectionInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SgxSectionInfo
impl Send for SgxSectionInfo
impl Sync for SgxSectionInfo
impl Unpin for SgxSectionInfo
impl UnwindSafe for SgxSectionInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more