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