pub type XPointFixed = _XPointFixed;

Aliased Type§

struct XPointFixed {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32

Trait Implementations§

source§

impl Clone for _XPointFixed

source§

fn clone(&self) -> _XPointFixed

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XPointFixed

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq<_XPointFixed> for _XPointFixed

source§

fn eq(&self, other: &_XPointFixed) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _XPointFixed

source§

impl StructuralPartialEq for _XPointFixed