pub struct PolyTree64 { /* private fields */ }Implementations§
Source§impl PolyTree64
impl PolyTree64
pub fn get_childs(&mut self) -> &mut Vec<Self>
pub fn is_hole(&self) -> bool
pub fn get_hole_paths(&self) -> Paths64
pub fn get_polygon(&self) -> Path64
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