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