Struct x11_dl::xrender::_XCircle  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct _XCircle { pub x: XFixed, pub y: XFixed, pub radius: XFixed, }
Fields
x: XFixed
                           
                           
                           
                           y: XFixed
                           
                           
                           
                           radius: XFixed
                           
            Trait Implementations
impl Debug for _XCircle[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for _XCircle[src]
fn clone(&self) -> _XCircle[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more