Struct raw_cpuid::EpcSection
source · [−]pub struct EpcSection { /* private fields */ }
Expand description
EBX:EAX and EDX:ECX provide information on the Enclave Page Cache (EPC) section
Implementations
sourceimpl EpcSection
impl EpcSection
Trait Implementations
sourceimpl Debug for EpcSection
impl Debug for EpcSection
sourceimpl Default for EpcSection
impl Default for EpcSection
sourcefn default() -> EpcSection
fn default() -> EpcSection
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EpcSection
impl Send for EpcSection
impl Sync for EpcSection
impl Unpin for EpcSection
impl UnwindSafe for EpcSection
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