Struct resvg::resvg_transform
source · #[repr(C)]pub struct resvg_transform {
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
pub e: f32,
pub f: f32,
}
Expand description
@brief A 2D transform representation.
Fields§
§a: f32
§b: f32
§c: f32
§d: f32
§e: f32
§f: f32
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 moreimpl Copy for resvg_transform
Auto Trait Implementations§
impl RefUnwindSafe for resvg_transform
impl Send for resvg_transform
impl Sync for resvg_transform
impl Unpin for resvg_transform
impl UnwindSafe for resvg_transform
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more