pub struct EpcSection { /* private fields */ }
Expand description
EBX:EAX and EDX:ECX provide information on the Enclave Page Cache (EPC) section
Implementations§
source§impl EpcSection
impl EpcSection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EpcSection
impl RefUnwindSafe for EpcSection
impl Send for EpcSection
impl Sync for EpcSection
impl Unpin for EpcSection
impl UnwindSafe for EpcSection
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