# hooks.SparseValues

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

## Members

- `from_entries` (method)
- `get` (method)
- `first` (method)
- `len` (method)
- `is_empty` (method)
- `iter` (method) — The values and the indices they are stored under, lowest first.
- `indices` (method) — The indices that hold a value, ascending.
- `values` (method) — The values alone, by ascending index.
- `into_values` (method)
