Struct xcb::xproto::Arc
[−]
[src]
pub struct Arc { pub base: xcb_arc_t, }
Fields
base: xcb_arc_t
Methods
impl Arc
[src]
fn new(x: i16, y: i16, width: u16, height: u16, angle1: i16, angle2: i16) -> Arc
fn x(&self) -> i16
fn y(&self) -> i16
fn width(&self) -> u16
fn height(&self) -> u16
fn angle1(&self) -> i16
fn angle2(&self) -> i16
Trait Implementations
impl Copy for Arc
[src]
impl Clone for Arc
[src]
fn clone(&self) -> Arc
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more