Struct gdk_x11_sys::xlib::XTimeCoord
source · [−]Fields
time: u32
x: i16
y: i16
Trait Implementations
sourceimpl Clone for XTimeCoord
impl Clone for XTimeCoord
sourcefn clone(&self) -> XTimeCoord
fn clone(&self) -> XTimeCoord
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for XTimeCoord
impl Debug for XTimeCoord
sourceimpl PartialEq<XTimeCoord> for XTimeCoord
impl PartialEq<XTimeCoord> for XTimeCoord
sourcefn eq(&self, other: &XTimeCoord) -> bool
fn eq(&self, other: &XTimeCoord) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more