Struct MacTypes_sys::Point [] [src]

pub struct Point {
    pub v: c_short,
    pub h: c_short,
}

Fields

Trait Implementations

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 !=.

impl Hash for Point
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Point
[src]

impl Default for Point
[src]

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

impl Debug for Point
[src]

Formats the value using the given formatter.

impl Copy for Point
[src]

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more