pub struct PolyTree64 {
pub nodes: Vec<PolyPath64>,
}Expand description
PolyTree64 arena - stores all PolyPath64 nodes Direct port from clipper.engine.h PolyTree64
Fields§
§nodes: Vec<PolyPath64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PolyTree64
impl RefUnwindSafe for PolyTree64
impl Send for PolyTree64
impl Sync for PolyTree64
impl Unpin for PolyTree64
impl UnwindSafe for PolyTree64
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