pub struct CudaTranspiler { /* private fields */ }
Expand description
High-level CUDA transpiler interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaTranspiler
impl RefUnwindSafe for CudaTranspiler
impl Send for CudaTranspiler
impl Sync for CudaTranspiler
impl Unpin for CudaTranspiler
impl UnwindSafe for CudaTranspiler
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