pub struct CornerPathEffect { /* private fields */ }Expand description
圆角路径效果,将尖角变为圆角。 Corner path effect - rounds sharp corners.
Implementations§
Auto Trait Implementations§
impl Freeze for CornerPathEffect
impl RefUnwindSafe for CornerPathEffect
impl !Send for CornerPathEffect
impl !Sync for CornerPathEffect
impl Unpin for CornerPathEffect
impl UnsafeUnpin for CornerPathEffect
impl UnwindSafe for CornerPathEffect
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