#[repr(transparent)]pub struct CUfunction(pub *mut c_void);Expand description
Opaque handle to a CUDA kernel function within a module.
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
Source§impl Clone for CUfunction
impl Clone for CUfunction
Source§fn clone(&self) -> CUfunction
fn clone(&self) -> CUfunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CUfunction
impl Debug for CUfunction
Source§impl Default for CUfunction
impl Default for CUfunction
Source§impl Hash for CUfunction
impl Hash for CUfunction
Source§impl PartialEq for CUfunction
impl PartialEq for CUfunction
impl Copy for CUfunction
impl Eq for CUfunction
impl Send for CUfunction
impl StructuralPartialEq for CUfunction
impl Sync for CUfunction
Auto Trait Implementations§
impl Freeze for CUfunction
impl RefUnwindSafe for CUfunction
impl Unpin for CUfunction
impl UnsafeUnpin for CUfunction
impl UnwindSafe for CUfunction
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