Struct x11_dl::xrender::_XCircle [] [src]

pub struct _XCircle {
    pub x: XFixed,
    pub y: XFixed,
    pub radius: XFixed,
}

Fields

x
y
radius

Trait Implementations

Derived Implementations

impl Copy for _XCircle

impl Clone for _XCircle

fn clone(&self) -> _XCircle

fn clone_from(&mut self, source: &Self)