#[repr(C)]pub struct _cl_command_queue { /* private fields */ }
Trait Implementations§
Source§impl Clone for _cl_command_queue
impl Clone for _cl_command_queue
Source§fn clone(&self) -> _cl_command_queue
fn clone(&self) -> _cl_command_queue
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 moreSource§impl Debug for _cl_command_queue
impl Debug for _cl_command_queue
impl Copy for _cl_command_queue
Auto Trait Implementations§
impl Freeze for _cl_command_queue
impl RefUnwindSafe for _cl_command_queue
impl Send for _cl_command_queue
impl Sync for _cl_command_queue
impl Unpin for _cl_command_queue
impl UnwindSafe for _cl_command_queue
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