Struct core_graphics::geometry::CGPoint[][src]

#[repr(C)]
pub struct CGPoint { pub x: CGFloat, pub y: CGFloat, }

Fields

Methods

impl CGPoint
[src]

Trait Implementations

impl Clone for CGPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CGPoint
[src]

impl Debug for CGPoint
[src]

Formats the value using the given formatter. Read more

impl Default for CGPoint
[src]

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

Auto Trait Implementations

impl Send for CGPoint

impl Sync for CGPoint