Enum aprs::Symbol[][src]

pub enum Symbol {
    Sheriff,
    Emergency,
    Phone,
    BankOrAtm,
    PowerPlant,
    HfGateway,
    SmallAircraft,
    IncidentSite,
    MobileSatelliteStation,
    Cloudy,
    Handicapped,
    Firenet,
    Snowmobile,
    RedCross,
    Church,
    BoyScouts,
    GirlScouts,
    HouseQth,
    HouseHhf,
    Cross,
    BigQuestionMark,
    RedDot,
    Waypoint,
    Circle,
    WiFi,
    GasStation,
    Fire,
    Campground,
    Park,
    Motorcycle,
    Advisory,
    RailroadEngine,
    Car,
    OverlayedVehicles,
    Server,
    InfoKiosk,
    Dot,
    Huricane,
    AidStation,
    BoxOverlay,
    Bbs,
    Canoe,
    CoastGuard,
    Depots,
    Eyeball,
    Smoke,
    Tractor,
    GridSquare,
    SnowShower,
    Hotel,
    Haze,
    NetworkStation,
    RainShower,
    Lightening,
    School,
    KenwoodHt,
    PcUser,
    Lighthouse,
    MacAprs,
    Military,
    NtsStation,
    NavigationBuoy,
    Balloon,
    Rocket,
    Police,
    Parking,
    Quake,
    RecVehicle,
    Restaurant,
    Shuttle,
    Satellite,
    Sstv,
    Thunderstorm,
    Bus,
    Sunny,
    Atv,
    VortacNavAid,
    NationalWxServiceSite,
    NwsSite,
    Helo,
    Pharmacy,
    Yacht,
    RadiosAndDevices,
    WinAprs,
    Person,
    CloudOrHumansWOvrly,
    Triangle,
    GpsSymbol,
    PostOffice,
    LargeAircraft,
    OtherAircraft,
    WeatherStation,
    WxSite,
    DishAntenna,
    Rain,
    Ambulance,
    Bike,
    IncidentCommandPost,
    FireDept,
    Horse,
    Sleet,
    FireTruck,
    FunnelCloud,
    Glider,
    Gale,
    Hospital,
    Store,
    PointOfInterest,
    Jeep,
    Workzone,
    Truck,
    SpecialVehicle,
    Laptop,
    Areas,
    MicERepeater,
    ValueSign,
    Node,
    OverlayTriangle,
    SmallCircle,
    Dog,
    Restroom,
    Boat,
    OverlayBoat,
    TruckStop,
    Tornado,
    Truck18Wheeler,
    OverlayedTruck,
    Van,
    OverlayedVan,
    WaterStation,
    Flooding,
    Wreck,
    Skywarn,
    OverlayedShelter,
    Other,
}

Variants

Methods

impl Symbol
[src]

Trait Implementations

impl Debug for Symbol
[src]

Formats the value using the given formatter. Read more

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Symbol
[src]

impl PartialEq for Symbol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Symbol

impl Sync for Symbol