pub struct MorphLinearGradient {
pub matrix: Matrix,
pub morph_matrix: Matrix,
pub gradient: MorphGradient,
}
Fields§
§matrix: Matrix
§morph_matrix: Matrix
§gradient: MorphGradient
Trait Implementations§
Source§impl Clone for MorphLinearGradient
impl Clone for MorphLinearGradient
Source§fn clone(&self) -> MorphLinearGradient
fn clone(&self) -> MorphLinearGradient
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 MorphLinearGradient
impl Debug for MorphLinearGradient
Source§impl<'de> Deserialize<'de> for MorphLinearGradient
impl<'de> Deserialize<'de> for MorphLinearGradient
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 MorphLinearGradient
impl Hash for MorphLinearGradient
Source§impl Ord for MorphLinearGradient
impl Ord for MorphLinearGradient
Source§fn cmp(&self, other: &MorphLinearGradient) -> Ordering
fn cmp(&self, other: &MorphLinearGradient) -> 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 MorphLinearGradient
impl PartialEq for MorphLinearGradient
Source§impl PartialOrd for MorphLinearGradient
impl PartialOrd for MorphLinearGradient
Source§impl Serialize for MorphLinearGradient
impl Serialize for MorphLinearGradient
impl Eq for MorphLinearGradient
impl StructuralPartialEq for MorphLinearGradient
Auto Trait Implementations§
impl Freeze for MorphLinearGradient
impl RefUnwindSafe for MorphLinearGradient
impl Send for MorphLinearGradient
impl Sync for MorphLinearGradient
impl Unpin for MorphLinearGradient
impl UnwindSafe for MorphLinearGradient
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