pub struct Transpiler {}
Expand description
Main transpiler for converting CUDA AST to Rust code
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Transpiler
impl RefUnwindSafe for Transpiler
impl Send for Transpiler
impl Sync for Transpiler
impl Unpin for Transpiler
impl UnwindSafe for Transpiler
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