Enum svgtypes::PaintOrderKind
source · pub enum PaintOrderKind {
Fill,
Stroke,
Markers,
}Expand description
paint-order property variants.
Variants§
Trait Implementations§
source§impl Clone for PaintOrderKind
impl Clone for PaintOrderKind
source§fn clone(&self) -> PaintOrderKind
fn clone(&self) -> PaintOrderKind
Returns a copy 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 PaintOrderKind
impl Debug for PaintOrderKind
source§impl PartialEq<PaintOrderKind> for PaintOrderKind
impl PartialEq<PaintOrderKind> for PaintOrderKind
source§fn eq(&self, other: &PaintOrderKind) -> bool
fn eq(&self, other: &PaintOrderKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.