Struct glutin::platform::unix::x11::ffi::_XPointDouble [−][src]
Fields
x: f64
y: f64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for _XPointDouble
impl Send for _XPointDouble
impl Sync for _XPointDouble
impl Unpin for _XPointDouble
impl UnwindSafe for _XPointDouble
Blanket Implementations
Mutably borrows from an owned value. Read more