Struct gdk_wayland_sys::GdkWaylandGLContext
source · [−]#[repr(C)]pub struct GdkWaylandGLContext { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkWaylandGLContext
impl !Send for GdkWaylandGLContext
impl !Sync for GdkWaylandGLContext
impl !Unpin for GdkWaylandGLContext
impl UnwindSafe for GdkWaylandGLContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more