Struct rust_cuda::host::CudaDropWrapper
source · pub struct CudaDropWrapper<C: CudaDroppable>(/* private fields */);
Available on crate feature
host
only.Trait Implementations§
source§impl<C: CudaDroppable> Deref for CudaDropWrapper<C>
impl<C: CudaDroppable> Deref for CudaDropWrapper<C>
source§impl<C: CudaDroppable> DerefMut for CudaDropWrapper<C>
impl<C: CudaDroppable> DerefMut for CudaDropWrapper<C>
source§impl<C: CudaDroppable> Drop for CudaDropWrapper<C>
impl<C: CudaDroppable> Drop for CudaDropWrapper<C>
source§impl<C: CudaDroppable> From<C> for CudaDropWrapper<C>
impl<C: CudaDroppable> From<C> for CudaDropWrapper<C>
impl<C: CudaDroppable> CudaAlloc for CudaDropWrapper<C>
Auto Trait Implementations§
impl<C> Freeze for CudaDropWrapper<C>where
C: Freeze,
impl<C> PortableBitSemantics for CudaDropWrapper<C>where
C: PortableBitSemantics,
impl<C> RefUnwindSafe for CudaDropWrapper<C>where
C: RefUnwindSafe,
impl<C> Send for CudaDropWrapper<C>where
C: Send,
impl<C> StackOnly for CudaDropWrapper<C>where
C: StackOnly,
impl<C> Sync for CudaDropWrapper<C>where
C: Sync,
impl<C> Unpin for CudaDropWrapper<C>where
C: Unpin,
impl<C> UnwindSafe for CudaDropWrapper<C>where
C: UnwindSafe,
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
source§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more