Struct usvg_tree::EnableBackground
source · pub struct EnableBackground(pub Option<Rect>);
Expand description
An enable-background
.
Contains only the new [ <x> <y> <width> <height> ]
value.
Tuple Fields§
§0: Option<Rect>
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 more