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]
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