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 PartialEq for _XCircle

fn eq(&self, __arg_0: &_XCircle) -> bool

fn ne(&self, __arg_0: &_XCircle) -> bool

impl Copy for _XCircle

impl Clone for _XCircle

fn clone(&self) -> _XCircle

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