Enum svgtypes::EnableBackground
source · pub enum EnableBackground {
Accumulate,
New,
NewWithRegion {
x: f64,
y: f64,
width: f64,
height: f64,
},
}Expand description
Representation of the enable-background attribute.
Variants§
Trait Implementations§
source§impl Clone for EnableBackground
impl Clone for EnableBackground
source§fn clone(&self) -> EnableBackground
fn clone(&self) -> EnableBackground
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 EnableBackground
impl Debug for EnableBackground
source§impl FromStr for EnableBackground
impl FromStr for EnableBackground
source§impl PartialEq<EnableBackground> for EnableBackground
impl PartialEq<EnableBackground> for EnableBackground
source§fn eq(&self, other: &EnableBackground) -> bool
fn eq(&self, other: &EnableBackground) -> bool
This method tests for
self and other values to be equal, and is used
by ==.