pub struct NativeGLContextHandle(pub *const c_void, pub *mut Display);
Tuple Fields§
§0: *const c_void
§1: *mut Display
Trait Implementations§
impl Send for NativeGLContextHandle
Auto Trait Implementations§
impl Freeze for NativeGLContextHandle
impl RefUnwindSafe for NativeGLContextHandle
impl !Sync for NativeGLContextHandle
impl Unpin for NativeGLContextHandle
impl UnwindSafe for NativeGLContextHandle
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