Struct khronos_egl::EGL1_0
source · pub struct EGL1_0;
Expand description
EGL version type.
Used by Dynamic
to statically know the EGL API version provided by the library.
Auto Trait Implementations§
impl Freeze for EGL1_0
impl RefUnwindSafe for EGL1_0
impl Send for EGL1_0
impl Sync for EGL1_0
impl Unpin for EGL1_0
impl UnwindSafe for EGL1_0
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