Struct glutin::platform::unix::x11::ffi::_XLineFixed [−][src]
#[repr(C)]pub struct _XLineFixed {
pub p1: _XPointFixed,
pub p2: _XPointFixed,
}
Fields
p1: _XPointFixed
p2: _XPointFixed
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 _XLineFixed
impl Send for _XLineFixed
impl Sync for _XLineFixed
impl Unpin for _XLineFixed
impl UnwindSafe for _XLineFixed
Blanket Implementations
Mutably borrows from an owned value. Read more