pub enum __eglMustCastToProperFunctionPointerType_fn {}
Auto Trait Implementations§
impl Freeze for __eglMustCastToProperFunctionPointerType_fn
impl RefUnwindSafe for __eglMustCastToProperFunctionPointerType_fn
impl Send for __eglMustCastToProperFunctionPointerType_fn
impl Sync for __eglMustCastToProperFunctionPointerType_fn
impl Unpin for __eglMustCastToProperFunctionPointerType_fn
impl UnwindSafe for __eglMustCastToProperFunctionPointerType_fn
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