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