Enum wgpu_hal::gles::egl::SrgbFrameBufferKind
source · enum SrgbFrameBufferKind {
None,
Core,
Khr,
}
Variants§
None
No support for SRGB surface
Core
Using EGL 1.5’s support for colorspaces
Khr
Using EGL_KHR_gl_colorspace
Trait Implementations§
source§impl Clone for SrgbFrameBufferKind
impl Clone for SrgbFrameBufferKind
source§fn clone(&self) -> SrgbFrameBufferKind
fn clone(&self) -> SrgbFrameBufferKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SrgbFrameBufferKind
impl Debug for SrgbFrameBufferKind
impl Copy for SrgbFrameBufferKind
Auto Trait Implementations§
impl Freeze for SrgbFrameBufferKind
impl RefUnwindSafe for SrgbFrameBufferKind
impl Send for SrgbFrameBufferKind
impl Sync for SrgbFrameBufferKind
impl Unpin for SrgbFrameBufferKind
impl UnwindSafe for SrgbFrameBufferKind
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