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