Struct resvg::resvg_transform
source · #[repr(C)]pub struct resvg_transform {
pub a: f64,
pub b: f64,
pub c: f64,
pub d: f64,
pub e: f64,
pub f: f64,
}
Expand description
@brief A 2D transform representation.
Fields§
§a: f64
§b: f64
§c: f64
§d: f64
§e: f64
§f: f64
Trait Implementations§
source§impl Clone for resvg_transform
impl Clone for resvg_transform
source§fn clone(&self) -> resvg_transform
fn clone(&self) -> resvg_transform
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