Struct MacTypes_sys::Point [] [src]

#[repr(C)]
pub struct Point { pub v: c_short, pub h: c_short, }

2D Quickdraw coordinate, range: -32K to +32K.

Fields

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Point
[src]

impl Debug for Point
[src]

Formats the value using the given formatter.

impl Default for Point
[src]

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

impl Eq for Point
[src]

impl Hash for Point
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Point
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.