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