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