Struct core_graphics::geometry::CGSize
[−]
[src]
#[repr(C)]pub struct CGSize { pub width: CGFloat, pub height: CGFloat, }
Fields
width: CGFloat
height: CGFloat
Methods
impl CGSize
[src]
fn new(width: CGFloat, height: CGFloat) -> CGSize
[src]
fn apply_transform(&self, t: &CGAffineTransform) -> CGSize
[src]
Trait Implementations
impl Clone for CGSize
[src]
fn clone(&self) -> CGSize
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more