Struct x11::xrender::_XTriangle
source · [−]#[repr(C)]pub struct _XTriangle {
pub p1: XPointFixed,
pub p2: XPointFixed,
pub p3: XPointFixed,
}Fields
p1: XPointFixedp2: XPointFixedp3: XPointFixedTrait Implementations
sourceimpl Clone for _XTriangle
impl Clone for _XTriangle
sourcefn clone(&self) -> _XTriangle
fn clone(&self) -> _XTriangle
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 _XTriangle
impl Debug for _XTriangle
sourceimpl PartialEq<_XTriangle> for _XTriangle
impl PartialEq<_XTriangle> for _XTriangle
sourcefn eq(&self, other: &_XTriangle) -> bool
fn eq(&self, other: &_XTriangle) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for _XTriangle
impl StructuralPartialEq for _XTriangle
Auto Trait Implementations
impl RefUnwindSafe for _XTriangle
impl Send for _XTriangle
impl Sync for _XTriangle
impl Unpin for _XTriangle
impl UnwindSafe for _XTriangle
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