pub struct ChartSegment {
pub start: Vec3,
pub end: Vec3,
pub chart: usize,
}Expand description
One piece of a trim polyline, already confined to a single chart.
Fields§
§start: Vec3§end: Vec3§chart: usizeTrait Implementations§
Source§impl Clone for ChartSegment
impl Clone for ChartSegment
Source§fn clone(&self) -> ChartSegment
fn clone(&self) -> ChartSegment
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 moreimpl Copy for ChartSegment
Auto Trait Implementations§
impl Freeze for ChartSegment
impl RefUnwindSafe for ChartSegment
impl Send for ChartSegment
impl Sync for ChartSegment
impl Unpin for ChartSegment
impl UnsafeUnpin for ChartSegment
impl UnwindSafe for ChartSegment
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