Struct wgpu_hal::gles::egl::EglContextLock
source · struct EglContextLock<'a> {
instance: &'a Arc<DynamicInstance<EGL1_4>>,
display: Display,
}
Fields§
§instance: &'a Arc<DynamicInstance<EGL1_4>>
§display: Display
Auto Trait Implementations§
impl<'a> Freeze for EglContextLock<'a>
impl<'a> RefUnwindSafe for EglContextLock<'a>
impl<'a> !Send for EglContextLock<'a>
impl<'a> !Sync for EglContextLock<'a>
impl<'a> Unpin for EglContextLock<'a>
impl<'a> UnwindSafe for EglContextLock<'a>
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