Struct sciter::types::POINT
[−]
[src]
#[repr(C)]pub struct POINT { pub x: LONG, pub y: LONG, }
Defines the x and y coordinates of a point.
Fields
x: LONG
y: LONG
Trait Implementations
impl Clone for POINT[src]
fn clone(&self) -> POINT[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for POINT[src]
impl PartialEq for POINT[src]
fn eq(&self, __arg_0: &POINT) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &POINT) -> bool[src]
This method tests for !=.