Struct x11_dl::xrender::_XPointDouble
source · #[repr(C)]pub struct _XPointDouble {
pub x: XDouble,
pub y: XDouble,
}Fields§
§x: XDouble§y: XDoubleTrait Implementations§
source§impl Clone for _XPointDouble
impl Clone for _XPointDouble
source§fn clone(&self) -> _XPointDouble
fn clone(&self) -> _XPointDouble
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _XPointDouble
impl Debug for _XPointDouble
source§impl PartialEq for _XPointDouble
impl PartialEq for _XPointDouble
source§fn 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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more