Struct x11_dl::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 for _XTrapezoid
impl PartialEq 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 ==
.impl Copy for _XTrapezoid
impl StructuralPartialEq for _XTrapezoid
Auto Trait Implementations§
impl Freeze for _XTrapezoid
impl RefUnwindSafe for _XTrapezoid
impl Send for _XTrapezoid
impl Sync for _XTrapezoid
impl Unpin for _XTrapezoid
impl UnwindSafe for _XTrapezoid
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more