#[repr(C)]pub struct GdkWaylandGLContext { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkWaylandGLContext
impl RefUnwindSafe for GdkWaylandGLContext
impl !Send for GdkWaylandGLContext
impl !Sync for GdkWaylandGLContext
impl !Unpin for GdkWaylandGLContext
impl UnwindSafe for GdkWaylandGLContext
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