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