---
title: UnsafeRawBufferPointer.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/unsaferawbufferpointer/iterator
---

# UnsafeRawBufferPointer.Iterator

An iterator over the bytes viewed by a raw buffer pointer.

## Declaration

```swift
@frozen struct Iterator
```

## Topics

### Default Implementations

- [IteratorProtocol Implementations](swift/unsaferawbufferpointer/iterator/iteratorprotocol-implementations.md)
- [Sequence Implementations](swift/unsaferawbufferpointer/iterator/sequence-implementations.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [IteratorProtocol](swift/iteratorprotocol.md)
- [Sequence](swift/sequence.md)
