pub struct RawCudaFunc(pub *mut c_void);Expand description
Wrapper for raw CUfunction handle (Send+Sync safe — handles are context-wide).
Tuple Fields§
§0: *mut c_voidTrait Implementations§
Source§impl Clone for RawCudaFunc
impl Clone for RawCudaFunc
Source§fn clone(&self) -> RawCudaFunc
fn clone(&self) -> RawCudaFunc
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 moreimpl Copy for RawCudaFunc
impl Send for RawCudaFunc
impl Sync for RawCudaFunc
Auto Trait Implementations§
impl Freeze for RawCudaFunc
impl RefUnwindSafe for RawCudaFunc
impl Unpin for RawCudaFunc
impl UnwindSafe for RawCudaFunc
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