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