pub struct RemoteRamGpaRangeHandle(/* private fields */);
Expand description
A handle returned by CreateRamGpaRange
, which can be passed to
ResetRamGpaRange
in order to reset the associated range.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteRamGpaRangeHandle
impl RefUnwindSafe for RemoteRamGpaRangeHandle
impl Send for RemoteRamGpaRangeHandle
impl Sync for RemoteRamGpaRangeHandle
impl Unpin for RemoteRamGpaRangeHandle
impl UnwindSafe for RemoteRamGpaRangeHandle
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