# TmuxBuffer

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Buffers.swift#L112
- **Page:** https://libtmux.org/reference/swift/tmuxbuffer/

One of the server's paste buffers.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `id` (property) — A buffer is addressed by name, so that is its identity.
- `name` (property) — tmux's name for the buffer — `buffer0` unless one was chosen.
- `size` (property) — How many bytes it holds. Listed rather than the contents, because a listing of every buffer would otherwise carry every paste ever made.
- `init(name:size:)` (method)
- `init(from:)` (method) — Creates a new instance by decoding from the given decoder.
