Struct x11_dl::xrender::_XPointDouble
source · #[repr(C)]pub struct _XPointDouble {
pub x: XDouble,
pub y: XDouble,
}
Fields§
§x: XDouble
§y: XDouble
Trait 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
impl Copy for _XPointDouble
impl StructuralPartialEq for _XPointDouble
Auto Trait Implementations§
impl Freeze for _XPointDouble
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)