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