#[repr(C)]pub struct cuKernelGetFunction_params_st {
pub pFunc: *mut CUfunction,
pub kernel: CUkernel,
}Fields§
§pFunc: *mut CUfunction§kernel: CUkernelAuto Trait Implementations§
impl Freeze for cuKernelGetFunction_params_st
impl RefUnwindSafe for cuKernelGetFunction_params_st
impl !Send for cuKernelGetFunction_params_st
impl !Sync for cuKernelGetFunction_params_st
impl Unpin for cuKernelGetFunction_params_st
impl UnsafeUnpin for cuKernelGetFunction_params_st
impl UnwindSafe for cuKernelGetFunction_params_st
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