pub struct OffsetPathShape {
pub modifier: ModifierShape,
pub amount: Option<FloatValue>,
pub line_join: Option<LineJoin>,
pub miter_limit: Option<FloatValue>,
}Expand description
Interpolates the shape with its center point and bezier tangents with the opposite direction
Fields§
§modifier: ModifierShape§amount: Option<FloatValue>§line_join: Option<LineJoin>§miter_limit: Option<FloatValue>Trait Implementations§
Source§impl Clone for OffsetPathShape
impl Clone for OffsetPathShape
Source§fn clone(&self) -> OffsetPathShape
fn clone(&self) -> OffsetPathShape
Returns a duplicate 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 OffsetPathShape
impl Debug for OffsetPathShape
Source§impl<'de> Deserialize<'de> for OffsetPathShape
impl<'de> Deserialize<'de> for OffsetPathShape
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 PartialEq for OffsetPathShape
impl PartialEq for OffsetPathShape
Source§impl Serialize for OffsetPathShape
impl Serialize for OffsetPathShape
impl StructuralPartialEq for OffsetPathShape
Auto Trait Implementations§
impl Freeze for OffsetPathShape
impl RefUnwindSafe for OffsetPathShape
impl Send for OffsetPathShape
impl Sync for OffsetPathShape
impl Unpin for OffsetPathShape
impl UnwindSafe for OffsetPathShape
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