Struct x11_dl::xrender::_XCircle [−][src]
Fields
x: XFixed
y: XFixed
radius: XFixed
Trait Implementations
impl Debug for _XCircle[src]
impl Debug for _XCirclefn 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 _XCircle[src]
impl Clone for _XCirclefn clone(&self) -> _XCircle[src]
fn clone(&self) -> _XCircleReturns 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 _XCircle[src]
impl Copy for _XCircleimpl PartialEq for _XCircle[src]
impl PartialEq for _XCircle