Re-exports§
pub use crate::basic_types::Compression;pub use crate::basic_types::PasswordHashAlgo;pub use crate::basic_types::Pointer;
Structs§
- Generic
Hdata - A generic WeeChat Hdata.
- Hdata
Values - Infolist
Item - An Infolist item—an element of an Infolist.
- Infolist
Variable - An Infolist variable—an element of an Infolist item.
- Message
- A message received from WeeChat.
- WHashtable
- A WeeChat Hashtable.
- WInfo
- A WeeChat Info.
- WInfolist
- A WeeChat Infolist.
- WString
- A WeeChat String.
Enums§
- Event
- A WeeChat event—i.e., a reserved identifier.
- Identifier
- A WeeChat identifier.
- Object
- One of the valid WeeChat Objects.
- Object
Ref - Object
Type - The possible object types (but not the objects themselves).
- WArray
- A WeeChat Array—a vec of a single WeeChat type.
Traits§
- Message
Type - Any type that can be an object in a message.
Functions§
- to_
hashmap - For converting a
WHashtableinto aHashMap
Type Aliases§
- WBuffer
- A WeeChat
Buffer. The
Nonevariant represents aNULLbuffer. - WChar
- A WeeChat Char. Note that WeeChat Char types are signed.
- WInteger
- A WeeChat Integer.
- WLong
Integer - A WeeChat Long integer.
- WTime
- A WeeChat Time (i.e., number of seconds).