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