pub enum ReadMemory {}
Expand description
Reads bytes from memory at the provided location.
Clients should only call this request if the corresponding capability supportsReadMemoryRequest
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadMemory
impl RefUnwindSafe for ReadMemory
impl Send for ReadMemory
impl Sync for ReadMemory
impl Unpin for ReadMemory
impl UnwindSafe for ReadMemory
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