pub struct MorphRadialGradient {
pub matrix: Matrix,
pub morph_matrix: Matrix,
pub gradient: MorphGradient,
}
Fields§
§matrix: Matrix
§morph_matrix: Matrix
§gradient: MorphGradient
Trait Implementations§
Source§impl Clone for MorphRadialGradient
impl Clone for MorphRadialGradient
Source§fn clone(&self) -> MorphRadialGradient
fn clone(&self) -> MorphRadialGradient
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 MorphRadialGradient
impl Debug for MorphRadialGradient
Source§impl<'de> Deserialize<'de> for MorphRadialGradient
impl<'de> Deserialize<'de> for MorphRadialGradient
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MorphRadialGradient
impl Hash for MorphRadialGradient
Source§impl Ord for MorphRadialGradient
impl Ord for MorphRadialGradient
Source§fn cmp(&self, other: &MorphRadialGradient) -> Ordering
fn cmp(&self, other: &MorphRadialGradient) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MorphRadialGradient
impl PartialEq for MorphRadialGradient
Source§impl PartialOrd for MorphRadialGradient
impl PartialOrd for MorphRadialGradient
Source§impl Serialize for MorphRadialGradient
impl Serialize for MorphRadialGradient
impl Eq for MorphRadialGradient
impl StructuralPartialEq for MorphRadialGradient
Auto Trait Implementations§
impl Freeze for MorphRadialGradient
impl RefUnwindSafe for MorphRadialGradient
impl Send for MorphRadialGradient
impl Sync for MorphRadialGradient
impl Unpin for MorphRadialGradient
impl UnwindSafe for MorphRadialGradient
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