Struct x11::xrender::_XPointDouble
source · [−]Fields
x: XDouble
y: XDouble
Trait Implementations
sourceimpl Clone for _XPointDouble
impl Clone for _XPointDouble
sourcefn clone(&self) -> _XPointDouble
fn clone(&self) -> _XPointDouble
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 _XPointDouble
impl Debug for _XPointDouble
sourceimpl PartialEq<_XPointDouble> for _XPointDouble
impl PartialEq<_XPointDouble> for _XPointDouble
sourcefn eq(&self, other: &_XPointDouble) -> bool
fn eq(&self, other: &_XPointDouble) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for _XPointDouble
impl StructuralPartialEq for _XPointDouble
Auto Trait Implementations
impl RefUnwindSafe for _XPointDouble
impl Send for _XPointDouble
impl Sync for _XPointDouble
impl Unpin for _XPointDouble
impl UnwindSafe for _XPointDouble
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