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