pub struct GpuVaRemoved<T: DriverGpuVm>(/* private fields */);Expand description
Implementations§
Source§impl<T: DriverGpuVm> GpuVaRemoved<T>
impl<T: DriverGpuVm> GpuVaRemoved<T>
Sourcepub fn into_inner(self) -> T::VaData
pub fn into_inner(self) -> T::VaData
Take ownership of the VA data.
Trait Implementations§
Source§impl<T: DriverGpuVm> Deref for GpuVaRemoved<T>
impl<T: DriverGpuVm> Deref for GpuVaRemoved<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for GpuVaRemoved<T>
impl<T> !Send for GpuVaRemoved<T>
impl<T> !Sync for GpuVaRemoved<T>
impl<T> !UnwindSafe for GpuVaRemoved<T>
impl<T> Freeze for GpuVaRemoved<T>
impl<T> Unpin for GpuVaRemoved<T>
impl<T> UnsafeUnpin for GpuVaRemoved<T>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
Source§fn into_safe_cast(self) -> T
fn into_safe_cast(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.Source§impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
Source§fn into_safe_cast_arch(self) -> T
fn into_safe_cast_arch(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.