# formats.FormatDescriptor

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

## Members

- `name` (method) — Return the trusted tmux format name.
- `owner` (method) — Return the semantic owner.
- `required_context` (method) — Return the required tmux context.
- `profiles` (method) — Return the admitted list profiles.
- `minimum_release` (method) — Return the first tmux release that provides this field.
- `decoder` (method) — Return the primitive decoder.
- `empty_policy` (method) — Return the empty-field policy.
- `placement` (method) — Return the intrinsic snapshot placement.
- `for_codec_test` (method)
