Struct x11::xrender::_XPointDouble
source · #[repr(C)]pub struct _XPointDouble {
pub x: XDouble,
pub y: XDouble,
}
Fields§
§x: XDouble
§y: XDouble
Trait Implementations§
source§impl Clone for _XPointDouble
impl Clone for _XPointDouble
source§fn clone(&self) -> _XPointDouble
fn clone(&self) -> _XPointDouble
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 _XPointDouble
impl Debug for _XPointDouble
source§impl PartialEq<_XPointDouble> for _XPointDouble
impl PartialEq<_XPointDouble> for _XPointDouble
source§fn eq(&self, other: &_XPointDouble) -> bool
fn eq(&self, other: &_XPointDouble) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.