struct EglContextLock<'a> {
instance: &'a Arc<DynamicInstance<EGL1_4>>,
display: Display,
}Fields§
§instance: &'a Arc<DynamicInstance<EGL1_4>>§display: DisplayAuto 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