pub struct QAbstractOpenGLFunctions { /* private fields */ }Expand description
C++ class: QAbstractOpenGLFunctions.
Implementations§
Source§impl QAbstractOpenGLFunctions
impl QAbstractOpenGLFunctions
Sourcepub unsafe fn initialize_opengl_functions(&self) -> bool
pub unsafe fn initialize_opengl_functions(&self) -> bool
Calls C++ function: virtual bool QAbstractOpenGLFunctions::initializeOpenGLFunctions().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QAbstractOpenGLFunctions
impl RefUnwindSafe for QAbstractOpenGLFunctions
impl Send for QAbstractOpenGLFunctions
impl Sync for QAbstractOpenGLFunctions
impl Unpin for QAbstractOpenGLFunctions
impl UnsafeUnpin for QAbstractOpenGLFunctions
impl UnwindSafe for QAbstractOpenGLFunctions
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