pub struct TextPathBezierCurve {
pub control_points: Vec<f64>,
}Expand description
TS TextPath.bezierCurve.
Fields§
§control_points: Vec<f64>8 values per bezier curve
Trait Implementations§
Source§impl Clone for TextPathBezierCurve
impl Clone for TextPathBezierCurve
Source§fn clone(&self) -> TextPathBezierCurve
fn clone(&self) -> TextPathBezierCurve
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 TextPathBezierCurve
impl Debug for TextPathBezierCurve
Source§impl Default for TextPathBezierCurve
impl Default for TextPathBezierCurve
Source§fn default() -> TextPathBezierCurve
fn default() -> TextPathBezierCurve
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextPathBezierCurve
impl RefUnwindSafe for TextPathBezierCurve
impl Send for TextPathBezierCurve
impl Sync for TextPathBezierCurve
impl Unpin for TextPathBezierCurve
impl UnsafeUnpin for TextPathBezierCurve
impl UnwindSafe for TextPathBezierCurve
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