Struct resume::work::AnjLab::FlightMonitor
source · 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 FlightMonitorwhere Language: CS,
Integration of error correction algorithm. Infrastructure and installation support.
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