# formats.row.ParsedRow

- **Module:** formats.row
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/formats/row.rs#L530
- **Page:** https://libtmux.org/reference/rs/formats-row-parsedrow/

One parsed row backed by a single owned unescaped byte buffer.

## Members

- `row` (method) — Return the zero-based source row coordinate.
- `slot` (method) — Borrow one selected slot by its monotonic coordinate.
- `slot_count` (method)
- `slots` (method)
