#[repr(C)]pub struct SkGradientShader_Interpolation {
pub fInPremul: SkGradientShader_Interpolation_InPremul,
pub fColorSpace: SkGradientShader_Interpolation_ColorSpace,
pub fHueMethod: SkGradientShader_Interpolation_HueMethod,
}
Fields§
§fInPremul: SkGradientShader_Interpolation_InPremul
§fColorSpace: SkGradientShader_Interpolation_ColorSpace
§fHueMethod: SkGradientShader_Interpolation_HueMethod
Trait Implementations§
source§impl Clone for SkGradientShader_Interpolation
impl Clone for SkGradientShader_Interpolation
source§fn clone(&self) -> SkGradientShader_Interpolation
fn clone(&self) -> SkGradientShader_Interpolation
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 moreimpl Copy for SkGradientShader_Interpolation
Auto Trait Implementations§
impl RefUnwindSafe for SkGradientShader_Interpolation
impl Send for SkGradientShader_Interpolation
impl Sync for SkGradientShader_Interpolation
impl Unpin for SkGradientShader_Interpolation
impl UnwindSafe for SkGradientShader_Interpolation
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