Struct geo_buffer::skeleton::Skeleton
source · pub struct Skeleton { /* private fields */ }Implementations§
source§impl Skeleton
impl Skeleton
pub fn skeleton_of_polygon(input_polygon: &Polygon, orient: bool) -> Self
pub fn skeleton_of_polygon_vector( input_polygon_vector: &Vec<Polygon>, orient: bool ) -> Self
pub fn to_linestring(&self) -> Vec<LineString>
Auto Trait Implementations§
impl RefUnwindSafe for Skeleton
impl Send for Skeleton
impl Sync for Skeleton
impl Unpin for Skeleton
impl UnwindSafe for Skeleton
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