Struct x11_dl::xlib::XTimeCoord [−][src]
Fields
time: Time
x: c_short
y: c_short
Trait Implementations
impl Debug for XTimeCoord[src]
impl Debug for XTimeCoordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XTimeCoord[src]
impl Clone for XTimeCoordfn clone(&self) -> XTimeCoord[src]
fn clone(&self) -> XTimeCoordReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XTimeCoord[src]
impl Copy for XTimeCoordimpl PartialEq for XTimeCoord[src]
impl PartialEq for XTimeCoordfn eq(&self, other: &XTimeCoord) -> bool[src]
fn eq(&self, other: &XTimeCoord) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XTimeCoord) -> bool[src]
fn ne(&self, other: &XTimeCoord) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XTimeCoord
impl Send for XTimeCoordimpl Sync for XTimeCoord
impl Sync for XTimeCoord