Struct x11::xlib::XTimeCoord
source · [−]Fields
time: Time
x: c_short
y: c_short
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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