Struct starstuff_types::constellation::Constellation
source · Expand description
Constellation
Fields§
§name: Option<String>§lines: Vec<Polyline<&'a OSBSCStar>>Trait Implementations§
source§impl<'a> Clone for Constellation<'a>
impl<'a> Clone for Constellation<'a>
source§fn clone(&self) -> Constellation<'a>
fn clone(&self) -> Constellation<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more