[][src]Trait lonlat::lonlat::LonLatSettable

pub trait LonLatSettable: Default {
    fn set_lon(&mut self, lon: Angle);
fn set_lat(&mut self, lat: Angle); }

Required methods

fn set_lon(&mut self, lon: Angle)

fn set_lat(&mut self, lat: Angle)

Loading content...

Implementors

impl LonLatSettable for LonLat[src]

impl LonLatSettable for LonLatAlt[src]

Loading content...