Struct MacTypes_sys::Float32Point
[−]
[src]
pub struct Float32Point {
pub x: Float32,
pub y: Float32,
}Fields
x: Float32
y: Float32
Trait Implementations
impl Clone for Float32Point[src]
fn clone(&self) -> Float32Point
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Float32Point[src]
impl Debug for Float32Point[src]
impl Default for Float32Point[src]
fn default() -> Float32Point
Returns the "default value" for a type. Read more
impl PartialEq for Float32Point[src]
fn eq(&self, __arg_0: &Float32Point) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Float32Point) -> bool
This method tests for !=.