struct EGLLibraryWrapper(*mut c_void);
Tuple Fields§
§0: *mut c_void
Trait Implementations§
impl Send for EGLLibraryWrapper
impl Sync for EGLLibraryWrapper
Auto Trait Implementations§
impl Freeze for EGLLibraryWrapper
impl RefUnwindSafe for EGLLibraryWrapper
impl Unpin for EGLLibraryWrapper
impl UnwindSafe for EGLLibraryWrapper
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