pub enum _cl_context {}
Auto Trait Implementations§
impl Freeze for _cl_context
impl RefUnwindSafe for _cl_context
impl Send for _cl_context
impl Sync for _cl_context
impl Unpin for _cl_context
impl UnwindSafe for _cl_context
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