Struct glow::gl46::types::_cl_context
source · pub struct _cl_context {
_priv: u8,
}
Fields§
§_priv: u8
Trait Implementations§
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