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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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