Structsยง
- Buffer
Data ๐The actual data of the buffer. Buffer local variables will be stored here eventually. - Lisp
Buffer ๐A lisp handle to a buffer. This is a just a reference type and does not give access to the contents until it is locked and aOpenBuffer
is returned. - Lisp
Buffer ๐Inner - Open
Buffer ๐A Handle to an open buffer. Only one thread can hold this at a time. - Rooted
Lisp ๐Buffer Automatically derived from LispBuffer via#[derive(Trace)]