Struct x11_dl::xrender::_XTrapezoid [−][src]
#[repr(C)]pub struct _XTrapezoid {
pub top: XFixed,
pub bottom: XFixed,
pub left: XLineFixed,
pub right: XLineFixed,
}
Fields
top: XFixed
bottom: XFixed
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