Struct starstuff_types::coord::ZenithAngle
source · pub struct ZenithAngle(pub Angle);Tuple Fields§
§0: AngleTrait Implementations§
source§impl Clone for ZenithAngle
impl Clone for ZenithAngle
source§fn clone(&self) -> ZenithAngle
fn clone(&self) -> ZenithAngle
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