pub struct FlightMonitor;
Expand description
Hardware-software complex for dispatching aircrafts.
Transferring data about weather state such as while fog, hail, frost suppression, protection against snow avalanches, and for data communication between boards and the base. The complex supports the exchange of special data such as digital maps, statistical information, and meteorological reports.
Trait Implementations
impl<Language> Developer<Language> for FlightMonitor where
Language: CS,
Integration of error correction algorithm. Infrastructure and installation support.
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more