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