Struct resvg::resvg_rect
source · Expand description
@brief A rectangle representation.
Width and height are guarantee to be > 0.
Fields§
§x: f64
§y: f64
§width: f64
§height: f64
Trait Implementations§
source§impl Clone for resvg_rect
impl Clone for resvg_rect
source§fn clone(&self) -> resvg_rect
fn clone(&self) -> resvg_rect
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