Module x11rb::xcb_ffi::raw_ffi::ffi

source Β·
Expand description

The code in this module allows to call libxcb’s C functions.

At its heart, this module only contains an extern "C" block that defines the C functions so that they can be called from Rust.

However, this module also contains the implementation of the dl-libxcb features. When this future is enabled, we do not link against libxcb, but instead use libloading to load libxcb.so at runtime. Most of the code is actually responsible for this later feature.

Modules§

Macros§

Structs§

Functions§