pub struct TypeMapper { /* private fields */ }Expand description
Type mapper for Rust to CUDA conversions.
Implementations§
Trait Implementations§
Source§impl Debug for TypeMapper
impl Debug for TypeMapper
Source§impl Default for TypeMapper
impl Default for TypeMapper
Source§fn default() -> TypeMapper
fn default() -> TypeMapper
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeMapper
impl RefUnwindSafe for TypeMapper
impl Send for TypeMapper
impl Sync for TypeMapper
impl Unpin for TypeMapper
impl UnwindSafe for TypeMapper
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