Struct xcb::xproto::Timecoord
[−]
[src]
pub struct Timecoord { pub base: xcb_timecoord_t, }
Fields
base: xcb_timecoord_t
Methods
impl Timecoord
[src]
fn new(time: Timestamp, x: i16, y: i16) -> Timecoord
fn time(&self) -> Timestamp
fn x(&self) -> i16
fn y(&self) -> i16
Trait Implementations
impl Copy for Timecoord
[src]
impl Clone for Timecoord
[src]
fn clone(&self) -> Timecoord
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