Struct clipper2c_sys::ClipperPoint64
source · #[repr(C)]pub struct ClipperPoint64 {
pub x: i64,
pub y: i64,
}Fields§
§x: i64§y: i64Trait Implementations§
source§impl Clone for ClipperPoint64
impl Clone for ClipperPoint64
source§fn clone(&self) -> ClipperPoint64
fn clone(&self) -> ClipperPoint64
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 ClipperPoint64
impl Debug for ClipperPoint64
source§impl Default for ClipperPoint64
impl Default for ClipperPoint64
source§fn default() -> ClipperPoint64
fn default() -> ClipperPoint64
Returns the “default value” for a type. Read more
source§impl Hash for ClipperPoint64
impl Hash for ClipperPoint64
source§impl PartialEq for ClipperPoint64
impl PartialEq for ClipperPoint64
source§fn eq(&self, other: &ClipperPoint64) -> bool
fn eq(&self, other: &ClipperPoint64) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ClipperPoint64
impl Eq for ClipperPoint64
impl StructuralPartialEq for ClipperPoint64
Auto Trait Implementations§
impl Freeze for ClipperPoint64
impl RefUnwindSafe for ClipperPoint64
impl Send for ClipperPoint64
impl Sync for ClipperPoint64
impl Unpin for ClipperPoint64
impl UnwindSafe for ClipperPoint64
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)