Struct core_graphics::geometry::CGSize [] [src]

#[repr(C)]
pub struct CGSize { pub width: CGFloat, pub height: CGFloat, }

Fields

Methods

impl CGSize
[src]

[src]

[src]

Trait Implementations

impl Clone for CGSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CGSize
[src]

impl Debug for CGSize
[src]

[src]

Formats the value using the given formatter.

impl Default for CGSize
[src]

[src]

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