pub struct GetBackingMemory;
Trait Implementations§
Source§impl Method for GetBackingMemory
impl Method for GetBackingMemory
Source§type Request = WireFileGetBackingMemoryRequest
type Request = WireFileGetBackingMemoryRequest
The request payload for the method.
Source§type Response = WireResult<WireFileGetBackingMemoryResponse, WireI32>
type Response = WireResult<WireFileGetBackingMemoryResponse, WireI32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetBackingMemory
impl RefUnwindSafe for GetBackingMemory
impl Send for GetBackingMemory
impl Sync for GetBackingMemory
impl Unpin for GetBackingMemory
impl UnwindSafe for GetBackingMemory
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