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