Enum Standard
#[repr(u32)]pub enum Standard {
None = 0,
GL = 1,
GLES = 2,
WebGL = 3,
}
Variants§
Trait Implementations§
§impl Clone for GrGLStandard
impl Clone for GrGLStandard
§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 more§impl Debug for GrGLStandard
impl Debug for GrGLStandard
§impl Hash for GrGLStandard
impl Hash for GrGLStandard
§impl PartialEq for GrGLStandard
impl PartialEq for GrGLStandard
impl Copy for GrGLStandard
impl Eq for GrGLStandard
impl StructuralPartialEq for GrGLStandard
Auto Trait Implementations§
impl Freeze for GrGLStandard
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