pub struct Polyline2 { /* private fields */ }Expand description
An ordered 2D polyline.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Polyline2
Auto Trait Implementations§
impl Freeze for Polyline2
impl RefUnwindSafe for Polyline2
impl Send for Polyline2
impl Sync for Polyline2
impl Unpin for Polyline2
impl UnsafeUnpin for Polyline2
impl UnwindSafe for Polyline2
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