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