Struct gdk_x11_sys::xlib::XTimeCoord [−]
Fields
time: u64x: i16y: i16Trait Implementations
impl Clone for XTimeCoord
impl Clone for XTimeCoordpub fn clone(&self) -> XTimeCoord
pub fn clone(&self) -> XTimeCoordReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XTimeCoord
impl Debug for XTimeCoordimpl PartialEq<XTimeCoord> for XTimeCoord
impl PartialEq<XTimeCoord> for XTimeCoordpub fn eq(&self, other: &XTimeCoord) -> bool
pub fn eq(&self, other: &XTimeCoord) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XTimeCoord) -> bool
pub fn ne(&self, other: &XTimeCoord) -> boolThis method tests for !=.
impl Copy for XTimeCoordimpl StructuralPartialEq for XTimeCoordAuto Trait Implementations
impl RefUnwindSafe for XTimeCoordimpl Send for XTimeCoordimpl Sync for XTimeCoordimpl Unpin for XTimeCoordimpl UnwindSafe for XTimeCoordBlanket Implementations
Mutably borrows from an owned value. Read more