Struct gdk_x11_sys::xlib::XTimeCoord [−]
Fields
time: u64
x: i16
y: i16
Trait Implementations
impl Clone for XTimeCoord
impl Clone for XTimeCoord
pub fn clone(&self) -> XTimeCoord
pub fn clone(&self) -> XTimeCoord
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XTimeCoord
impl Debug for XTimeCoord
impl PartialEq<XTimeCoord> for XTimeCoord
impl PartialEq<XTimeCoord> for XTimeCoord
pub fn eq(&self, other: &XTimeCoord) -> bool
pub fn eq(&self, other: &XTimeCoord) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for XTimeCoord
impl StructuralPartialEq for XTimeCoord
Auto Trait Implementations
impl RefUnwindSafe for XTimeCoord
impl Send for XTimeCoord
impl Sync for XTimeCoord
impl Unpin for XTimeCoord
impl UnwindSafe for XTimeCoord
Blanket Implementations
Mutably borrows from an owned value. Read more