---
title: Wind
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/wind
---

# Wind

Contains wind data of speed, direction, and gust.

## Declaration

```swift
struct Wind
```

## Topics

### Getting the properties

- [Wind.CompassDirection](weatherkit/wind/compassdirection-swift.enum.md)
- [compassDirection](weatherkit/wind/compassdirection-swift.property.md)
- [direction](weatherkit/wind/direction.md)
- [gust](weatherkit/wind/gust.md)
- [speed](weatherkit/wind/speed.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Characteristics

- [Precipitation](weatherkit/precipitation.md)
- [PressureTrend](weatherkit/pressuretrend.md)
- [UVIndex](weatherkit/uvindex.md)
- [WeatherCondition](weatherkit/weathercondition.md)
