Struct core_graphics::geometry::CGAffineTransform [−][src]
#[repr(C)]pub struct CGAffineTransform {
pub a: f64,
pub b: f64,
pub c: f64,
pub d: f64,
pub tx: f64,
pub ty: f64,
}
Fields
a: f64
b: f64
c: f64
d: f64
tx: f64
ty: f64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CGAffineTransform
impl Send for CGAffineTransform
impl Sync for CGAffineTransform
impl Unpin for CGAffineTransform
impl UnwindSafe for CGAffineTransform
Blanket Implementations
Mutably borrows from an owned value. Read more