Struct x11::xlib::XTimeCoord
source · #[repr(C)]pub struct XTimeCoord {
pub time: Time,
pub x: c_short,
pub y: c_short,
}
Fields§
§time: Time
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XTimeCoord
impl Clone for XTimeCoord
source§fn clone(&self) -> XTimeCoord
fn clone(&self) -> XTimeCoord
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XTimeCoord
impl Debug for XTimeCoord
source§impl PartialEq<XTimeCoord> for XTimeCoord
impl PartialEq<XTimeCoord> for XTimeCoord
source§fn eq(&self, other: &XTimeCoord) -> bool
fn eq(&self, other: &XTimeCoord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.