Struct core_graphics::geometry::CGAffineTransform[][src]

#[repr(C)]
pub struct CGAffineTransform { pub a: CGFloat, pub b: CGFloat, pub c: CGFloat, pub d: CGFloat, pub tx: CGFloat, pub ty: CGFloat, }

Fields

Methods

impl CGAffineTransform
[src]

Trait Implementations

impl Clone for CGAffineTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CGAffineTransform
[src]

impl Debug for CGAffineTransform
[src]

Formats the value using the given formatter. Read more

impl Default for CGAffineTransform
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations