Enum skia_bindings::GrGLStandard 
source · #[repr(u32)]pub enum GrGLStandard {
    None,
    GL,
    GLES,
    WebGL,
}Variants§
Trait Implementations§
source§impl Clone for GrGLStandard
 
impl Clone for GrGLStandard
source§fn clone(&self) -> GrGLStandard
 
fn clone(&self) -> GrGLStandard
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 GrGLStandard
 
impl Debug for GrGLStandard
source§impl Hash for GrGLStandard
 
impl Hash for GrGLStandard
source§impl PartialEq<GrGLStandard> for GrGLStandard
 
impl PartialEq<GrGLStandard> for GrGLStandard
source§fn eq(&self, other: &GrGLStandard) -> bool
 
fn eq(&self, other: &GrGLStandard) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for GrGLStandard
impl Eq for GrGLStandard
impl StructuralEq for GrGLStandard
impl StructuralPartialEq for GrGLStandard
Auto Trait Implementations§
impl RefUnwindSafe for GrGLStandard
impl Send for GrGLStandard
impl Sync for GrGLStandard
impl Unpin for GrGLStandard
impl UnwindSafe for GrGLStandard
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