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