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