pub struct CudaRust { /* private fields */ }
Expand description
Main entry point for transpiling CUDA code to Rust
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaRust
impl RefUnwindSafe for CudaRust
impl Send for CudaRust
impl Sync for CudaRust
impl Unpin for CudaRust
impl UnwindSafe for CudaRust
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