Struct x11::xrender::_XPointFixed
source · #[repr(C)]pub struct _XPointFixed {
pub x: XFixed,
pub y: XFixed,
}
Fields§
§x: XFixed
§y: XFixed
Trait Implementations§
source§impl Clone for _XPointFixed
impl Clone for _XPointFixed
source§fn clone(&self) -> _XPointFixed
fn clone(&self) -> _XPointFixed
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XPointFixed
impl Debug for _XPointFixed
source§impl PartialEq<_XPointFixed> for _XPointFixed
impl PartialEq<_XPointFixed> for _XPointFixed
source§fn eq(&self, other: &_XPointFixed) -> bool
fn eq(&self, other: &_XPointFixed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.