pub struct PolyPath64 { /* private fields */ }Expand description
PolyPath64 - Integer coordinate polytree node Direct port from clipper.engine.h line 334
Implementations§
Source§impl PolyPath64
impl PolyPath64
Trait Implementations§
Source§impl Clone for PolyPath64
impl Clone for PolyPath64
Source§fn clone(&self) -> PolyPath64
fn clone(&self) -> PolyPath64
Returns a duplicate 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 PolyPath64
impl Debug for PolyPath64
Auto Trait Implementations§
impl Freeze for PolyPath64
impl RefUnwindSafe for PolyPath64
impl Send for PolyPath64
impl Sync for PolyPath64
impl Unpin for PolyPath64
impl UnwindSafe for PolyPath64
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