pub struct DashPathEffect { /* private fields */ }Expand description
虚线路径效果,将路径描边转为虚线。 Dash path effect for stroked paths (on/off intervals).
Implementations§
Auto Trait Implementations§
impl Freeze for DashPathEffect
impl RefUnwindSafe for DashPathEffect
impl !Send for DashPathEffect
impl !Sync for DashPathEffect
impl Unpin for DashPathEffect
impl UnsafeUnpin for DashPathEffect
impl UnwindSafe for DashPathEffect
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