Struct skia_bindings::SkHighContrastConfig 
source · #[repr(C)]pub struct SkHighContrastConfig {
    pub fGrayscale: bool,
    pub fInvertStyle: SkHighContrastConfig_InvertStyle,
    pub fContrast: SkScalar,
}Fields§
§fGrayscale: bool§fInvertStyle: SkHighContrastConfig_InvertStyle§fContrast: SkScalarTrait Implementations§
source§impl Clone for SkHighContrastConfig
 
impl Clone for SkHighContrastConfig
source§fn clone(&self) -> SkHighContrastConfig
 
fn clone(&self) -> SkHighContrastConfig
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 SkHighContrastConfig
 
impl Debug for SkHighContrastConfig
impl Copy for SkHighContrastConfig
Auto Trait Implementations§
impl RefUnwindSafe for SkHighContrastConfig
impl Send for SkHighContrastConfig
impl Sync for SkHighContrastConfig
impl Unpin for SkHighContrastConfig
impl UnwindSafe for SkHighContrastConfig
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