Enum raw_cpuid::SgxSectionInfo
source · pub enum SgxSectionInfo {
Epc(EpcSection),
}
Expand description
Intel SGX EPC Enumeration Leaf
Sub-leaves 2 or higher.
Variants§
Epc(EpcSection)
Trait Implementations§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more