Enum fsd_interface::AtcType
source · pub enum AtcType {
Observer,
FlightServiceStation,
Delivery,
Ground,
Tower,
Approach,
Centre,
}Variants§
Trait Implementations§
source§impl PartialEq for AtcType
impl PartialEq for AtcType
impl Copy for AtcType
impl Eq for AtcType
impl StructuralEq for AtcType
impl StructuralPartialEq for AtcType
Auto Trait Implementations§
impl RefUnwindSafe for AtcType
impl Send for AtcType
impl Sync for AtcType
impl Unpin for AtcType
impl UnwindSafe for AtcType
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