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
Accumulate
New
NewWithRegion
Trait Implementations
sourceimpl Clone for EnableBackground
impl Clone for EnableBackground
sourcefn clone(&self) -> EnableBackground
fn clone(&self) -> EnableBackground
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EnableBackground
impl Debug for EnableBackground
sourceimpl FromStr for EnableBackground
impl FromStr for EnableBackground
sourceimpl PartialEq<EnableBackground> for EnableBackground
impl PartialEq<EnableBackground> for EnableBackground
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &EnableBackground) -> bool
fn ne(&self, other: &EnableBackground) -> bool
This method tests for !=.
impl Copy for EnableBackground
impl StructuralPartialEq for EnableBackground
Auto Trait Implementations
impl RefUnwindSafe for EnableBackground
impl Send for EnableBackground
impl Sync for EnableBackground
impl Unpin for EnableBackground
impl UnwindSafe for EnableBackground
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more