Trait rust_cuda::lend::CudaAsRust

source ·
pub unsafe trait CudaAsRust: PortableBitSemantics + TypeGraphLayout {
    type RustRepresentation: RustToCuda<CudaRepresentation = Self>;
}
Expand description

§Safety

This is an internal trait and should NEVER be implemented manually

Required Associated Types§

source

type RustRepresentation: RustToCuda<CudaRepresentation = Self>

Object Safety§

This trait is not object safe.

Implementors§