pub struct ClBackendArray { /* private fields */ }
Expand description
A structure of OpenCL backend array.
This structure contains the reference to an OpenCL buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClBackendArray
impl RefUnwindSafe for ClBackendArray
impl Send for ClBackendArray
impl Sync for ClBackendArray
impl Unpin for ClBackendArray
impl UnwindSafe for ClBackendArray
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