Trait rust_cuda::host::CudaDroppable
source · pub trait CudaDroppable: Sized {
// Required method
fn drop(val: Self) -> Result<(), (CudaError, Self)>;
}
Available on crate feature
host
only.Required Methods§
Object Safety§
This trait is not object safe.