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