Struct x11_dl::xrender::_XTriangle
[−]
[src]
pub struct _XTriangle { pub p1: XPointFixed, pub p2: XPointFixed, pub p3: XPointFixed, }
Fields
p1 | |
p2 | |
p3 |
pub struct _XTriangle { pub p1: XPointFixed, pub p2: XPointFixed, pub p3: XPointFixed, }
p1 | |
p2 | |
p3 |
impl Copy for _XTriangle
impl Clone for _XTriangle
fn clone(&self) -> _XTriangle
fn clone_from(&mut self, source: &Self)