Struct glutin::platform::unix::x11::ffi::_XPointFixed [−][src]
Fields
x: i32
y: i32
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 _XPointFixed
impl Send for _XPointFixed
impl Sync for _XPointFixed
impl Unpin for _XPointFixed
impl UnwindSafe for _XPointFixed
Blanket Implementations
Mutably borrows from an owned value. Read more