# query.private.IntegerKind

- **Module:** query.private
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/query/private.rs#L28
- **Page:** https://libtmux.org/reference/rs/query-private-integerkind/

## Members

- `I8` (constant) — `i8`.
- `I16` (constant) — `i16`.
- `I32` (constant) — `i32`.
- `I64` (constant) — `i64`.
- `I128` (constant) — `i128`.
- `U8` (constant) — `u8`.
- `U16` (constant) — `u16`.
- `U32` (constant) — `u32`.
- `U64` (constant) — `u64`.
- `U128` (constant) — `u128`.
