#[repr(C)]pub struct GdkWin32GLContext { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkWin32GLContext
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