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