pub struct OpenGl;
Expand description
OpenGL graphics API.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenGl
impl RefUnwindSafe for OpenGl
impl Send for OpenGl
impl Sync for OpenGl
impl Unpin for OpenGl
impl UnwindSafe for OpenGl
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