pub struct MorphStyleChange {
pub move_to: Option<Vector2D>,
pub morph_move_to: Option<Vector2D>,
pub left_fill: Option<usize>,
pub right_fill: Option<usize>,
pub line_style: Option<usize>,
pub new_styles: Option<MorphShapeStyles>,
}
Fields§
§move_to: Option<Vector2D>
§morph_move_to: Option<Vector2D>
§left_fill: Option<usize>
§right_fill: Option<usize>
§line_style: Option<usize>
§new_styles: Option<MorphShapeStyles>
Trait Implementations§
Source§impl Clone for MorphStyleChange
impl Clone for MorphStyleChange
Source§fn clone(&self) -> MorphStyleChange
fn clone(&self) -> MorphStyleChange
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 MorphStyleChange
impl Debug for MorphStyleChange
Source§impl<'de> Deserialize<'de> for MorphStyleChange
impl<'de> Deserialize<'de> for MorphStyleChange
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 MorphStyleChange
impl Hash for MorphStyleChange
Source§impl Ord for MorphStyleChange
impl Ord for MorphStyleChange
Source§fn cmp(&self, other: &MorphStyleChange) -> Ordering
fn cmp(&self, other: &MorphStyleChange) -> 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 MorphStyleChange
impl PartialEq for MorphStyleChange
Source§impl PartialOrd for MorphStyleChange
impl PartialOrd for MorphStyleChange
Source§impl Serialize for MorphStyleChange
impl Serialize for MorphStyleChange
impl Eq for MorphStyleChange
impl StructuralPartialEq for MorphStyleChange
Auto Trait Implementations§
impl Freeze for MorphStyleChange
impl RefUnwindSafe for MorphStyleChange
impl Send for MorphStyleChange
impl Sync for MorphStyleChange
impl Unpin for MorphStyleChange
impl UnwindSafe for MorphStyleChange
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