pub struct OpenglCx {
pub libgl: LibGl,
/* private fields */
}
Fields§
§libgl: LibGl
Implementations§
Source§impl OpenglCx
impl OpenglCx
pub unsafe fn from_egl_platform_display<T>( egl_platform: EGLenum, egl_platform_display: *mut T, ) -> OpenglCx
pub fn make_current(&self)
Auto Trait Implementations§
impl Freeze for OpenglCx
impl RefUnwindSafe for OpenglCx
impl !Send for OpenglCx
impl !Sync for OpenglCx
impl Unpin for OpenglCx
impl UnwindSafe for OpenglCx
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