#[repr(C)]pub struct starpu_opencl_program {
pub programs: [cl_program; 8],
}Expand description
Store the OpenCL programs as compiled for the different OpenCL devices.
Fields§
§programs: [cl_program; 8]Store each program for each OpenCL device.
Trait Implementations§
Source§impl Debug for starpu_opencl_program
impl Debug for starpu_opencl_program
Auto Trait Implementations§
impl Freeze for starpu_opencl_program
impl RefUnwindSafe for starpu_opencl_program
impl !Send for starpu_opencl_program
impl !Sync for starpu_opencl_program
impl Unpin for starpu_opencl_program
impl UnwindSafe for starpu_opencl_program
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