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
sourceimpl Clone for _XTrapezoid
impl Clone for _XTrapezoid
sourcefn clone(&self) -> _XTrapezoid
fn clone(&self) -> _XTrapezoid
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XTrapezoid
impl Debug for _XTrapezoid
sourceimpl PartialEq<_XTrapezoid> for _XTrapezoid
impl PartialEq<_XTrapezoid> for _XTrapezoid
sourcefn 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 ==
. Read more
impl Copy for _XTrapezoid
impl StructuralPartialEq for _XTrapezoid
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more