pub struct OffsetPathShape {
pub nm: Option<String>,
pub a: Property<f32>,
pub lj: u8,
pub ml: Option<f32>,
}Fields§
§nm: Option<String>§a: Property<f32>§lj: u8§ml: Option<f32>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
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