pub struct SvgPathFormat { /* private fields */ }Expand description
SVG path data 输出格式。
Implementations§
Trait Implementations§
Source§impl Clone for SvgPathFormat
impl Clone for SvgPathFormat
Source§fn clone(&self) -> SvgPathFormat
fn clone(&self) -> SvgPathFormat
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 SvgPathFormat
impl Debug for SvgPathFormat
Source§impl Default for SvgPathFormat
impl Default for SvgPathFormat
Source§impl PartialEq for SvgPathFormat
impl PartialEq for SvgPathFormat
Source§fn eq(&self, other: &SvgPathFormat) -> bool
fn eq(&self, other: &SvgPathFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PathFormatter for SvgPathFormat
impl PathFormatter for SvgPathFormat
impl Copy for SvgPathFormat
impl Eq for SvgPathFormat
impl StructuralPartialEq for SvgPathFormat
Auto Trait Implementations§
impl Freeze for SvgPathFormat
impl RefUnwindSafe for SvgPathFormat
impl Send for SvgPathFormat
impl Sync for SvgPathFormat
impl Unpin for SvgPathFormat
impl UnsafeUnpin for SvgPathFormat
impl UnwindSafe for SvgPathFormat
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