Enum svgtypes::PaintFallback
[−]
[src]
pub enum PaintFallback {
None,
CurrentColor,
Color(Color),
}Variants
NoneThe none value.
CurrentColorThe currentColor value.
Color(Color)<color> value.
Trait Implementations
impl Clone for PaintFallback[src]
fn clone(&self) -> PaintFallback[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for PaintFallback[src]
impl PartialEq for PaintFallback[src]
fn eq(&self, __arg_0: &PaintFallback) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PaintFallback) -> bool[src]
This method tests for !=.