Struct x11_dl::xrender::_XTriangle [−][src]
#[repr(C)]pub struct _XTriangle { pub p1: XPointFixed, pub p2: XPointFixed, pub p3: XPointFixed, }
Fields
p1: XPointFixed
p2: XPointFixed
p3: XPointFixed
Trait Implementations
impl Debug for _XTriangle[src]
impl Debug for _XTrianglefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for _XTriangle[src]
impl Clone for _XTrianglefn clone(&self) -> _XTriangle[src]
fn clone(&self) -> _XTriangleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for _XTriangle[src]
impl Copy for _XTriangleimpl PartialEq for _XTriangle[src]
impl PartialEq for _XTrianglefn eq(&self, other: &_XTriangle) -> bool[src]
fn eq(&self, other: &_XTriangle) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XTriangle) -> bool[src]
fn ne(&self, other: &_XTriangle) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XTriangle
impl Send for _XTriangleimpl Sync for _XTriangle
impl Sync for _XTriangle