---
title: Stat.Flags
framework: system
role: symbol
role_heading: Structure
path: system/stat/flags-swift.struct
---

# Stat.Flags

Flags representing those passed to fstatat().

## Declaration

```swift
@frozen struct Flags
```

## Topics

### Initializers

- [init(rawValue:)](system/stat/flags-swift.struct/init(rawvalue:).md)

### Instance Properties

- [rawValue](system/stat/flags-swift.struct/rawvalue.md)

### Type Properties

- [resolveBeneath](system/stat/flags-swift.struct/resolvebeneath.md)
- [symlinkNoFollow](system/stat/flags-swift.struct/symlinknofollow.md)
- [symlinkNoFollowAny](system/stat/flags-swift.struct/symlinknofollowany.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [Hashable](swift/hashable.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
