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