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