pub struct ApllPoint {
pub name: String,
pub coordinates: Vec<f64>,
pub symbol_applied: DesApllPointSymbol,
}Fields§
§name: String§coordinates: Vec<f64>§symbol_applied: DesApllPointSymbolTrait Implementations§
impl StructuralPartialEq for ApllPoint
Auto Trait Implementations§
impl Freeze for ApllPoint
impl RefUnwindSafe for ApllPoint
impl Send for ApllPoint
impl Sync for ApllPoint
impl Unpin for ApllPoint
impl UnsafeUnpin for ApllPoint
impl UnwindSafe for ApllPoint
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