pub struct TessellatedCurveSet {
pub name: String,
pub coordinates: CoordinatesListRef,
pub line_strips: Vec<Vec<i64>>,
}Fields§
§name: String§coordinates: CoordinatesListRef§line_strips: Vec<Vec<i64>>Trait Implementations§
Source§impl Clone for TessellatedCurveSet
impl Clone for TessellatedCurveSet
Source§fn clone(&self) -> TessellatedCurveSet
fn clone(&self) -> TessellatedCurveSet
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 TessellatedCurveSet
impl Debug for TessellatedCurveSet
Source§impl PartialEq for TessellatedCurveSet
impl PartialEq for TessellatedCurveSet
Source§fn eq(&self, other: &TessellatedCurveSet) -> bool
fn eq(&self, other: &TessellatedCurveSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TessellatedCurveSet
Auto Trait Implementations§
impl Freeze for TessellatedCurveSet
impl RefUnwindSafe for TessellatedCurveSet
impl Send for TessellatedCurveSet
impl Sync for TessellatedCurveSet
impl Unpin for TessellatedCurveSet
impl UnsafeUnpin for TessellatedCurveSet
impl UnwindSafe for TessellatedCurveSet
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