Struct MacTypes_sys::Float32Point [] [src]

#[repr(C)]
pub struct Float32Point { pub x: Float32, pub y: Float32, }

Fields

Trait Implementations

impl Clone for Float32Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Float32Point
[src]

impl Debug for Float32Point
[src]

Formats the value using the given formatter.

impl Default for Float32Point
[src]

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

impl PartialEq for Float32Point
[src]

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

This method tests for !=.