pub struct Program { /* private fields */ }
Expand description
Defines a OpenCL Program.
A Program is OpenCL’s version of Collenchyma’s [binary][binary]. [binary]: ../../binary/index.html
Implementations§
Trait Implementations§
impl Copy for Program
impl IBinary for Program
Auto Trait Implementations§
impl Freeze for Program
impl RefUnwindSafe for Program
impl Send for Program
impl Sync for Program
impl Unpin for Program
impl UnwindSafe for 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