pub struct CloseAndStrokePath;
Trait Implementations§
Source§impl Clone for CloseAndStrokePath
impl Clone for CloseAndStrokePath
Source§fn clone(&self) -> CloseAndStrokePath
fn clone(&self) -> CloseAndStrokePath
Returns a duplicate of the value. Read more
1.0.0 · 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 CloseAndStrokePath
impl Debug for CloseAndStrokePath
Source§impl<'a> From<CloseAndStrokePath> for TypedInstruction<'a>
impl<'a> From<CloseAndStrokePath> for TypedInstruction<'a>
Source§fn from(value: CloseAndStrokePath) -> Self
fn from(value: CloseAndStrokePath) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CloseAndStrokePath
impl PartialEq for CloseAndStrokePath
Source§impl<'a> TryFrom<TypedInstruction<'a>> for CloseAndStrokePath
impl<'a> TryFrom<TypedInstruction<'a>> for CloseAndStrokePath
impl StructuralPartialEq for CloseAndStrokePath
Auto Trait Implementations§
impl Freeze for CloseAndStrokePath
impl RefUnwindSafe for CloseAndStrokePath
impl Send for CloseAndStrokePath
impl Sync for CloseAndStrokePath
impl Unpin for CloseAndStrokePath
impl UnwindSafe for CloseAndStrokePath
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