Struct gdk_x11_sys::xlib::XTimeCoord
source · [−]Fields
time: u64
x: i16
y: i16
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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