pub struct ExecutableMemory { /* private fields */ }Expand description
Memory mapped with execute permissions.
Implementations§
Auto Trait Implementations§
impl Freeze for ExecutableMemory
impl RefUnwindSafe for ExecutableMemory
impl !Send for ExecutableMemory
impl !Sync for ExecutableMemory
impl Unpin for ExecutableMemory
impl UnwindSafe for ExecutableMemory
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