pub struct TextPathPathData {
pub reversed: Option<bool>,
pub spacing: Option<f64>,
}Expand description
TS TextPath.data.pathData.
Fields§
§reversed: Option<bool>§spacing: Option<f64>Trait Implementations§
Source§impl Clone for TextPathPathData
impl Clone for TextPathPathData
Source§fn clone(&self) -> TextPathPathData
fn clone(&self) -> TextPathPathData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextPathPathData
impl Debug for TextPathPathData
Source§impl Default for TextPathPathData
impl Default for TextPathPathData
Source§fn default() -> TextPathPathData
fn default() -> TextPathPathData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextPathPathData
impl RefUnwindSafe for TextPathPathData
impl Send for TextPathPathData
impl Sync for TextPathPathData
impl Unpin for TextPathPathData
impl UnsafeUnpin for TextPathPathData
impl UnwindSafe for TextPathPathData
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