Struct x11::xrender::_XTrapezoid
source · #[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§
source§impl Clone for _XTrapezoid
impl Clone for _XTrapezoid
source§fn clone(&self) -> _XTrapezoid
fn clone(&self) -> _XTrapezoid
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XTrapezoid
impl Debug for _XTrapezoid
source§impl PartialEq<_XTrapezoid> for _XTrapezoid
impl PartialEq<_XTrapezoid> for _XTrapezoid
source§fn eq(&self, other: &_XTrapezoid) -> bool
fn eq(&self, other: &_XTrapezoid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.