pub struct NodedLinework {
pub lines: Vec<LineString>,
}Fields§
§lines: Vec<LineString>Trait Implementations§
Source§impl Clone for NodedLinework
impl Clone for NodedLinework
Source§fn clone(&self) -> NodedLinework
fn clone(&self) -> NodedLinework
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NodedLinework
impl Debug for NodedLinework
Source§impl PartialEq for NodedLinework
impl PartialEq for NodedLinework
Source§fn eq(&self, other: &NodedLinework) -> bool
fn eq(&self, other: &NodedLinework) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodedLinework
Auto Trait Implementations§
impl Freeze for NodedLinework
impl RefUnwindSafe for NodedLinework
impl Send for NodedLinework
impl Sync for NodedLinework
impl Unpin for NodedLinework
impl UnsafeUnpin for NodedLinework
impl UnwindSafe for NodedLinework
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