pub struct Xlib {
pub XineramaIsActive: unsafe extern "C" fn(*mut Display) -> Bool,
pub XineramaQueryExtension: unsafe extern "C" fn(*mut Display, c_int, c_int) -> Bool,
pub XineramaQueryScreens: unsafe extern "C" fn(*mut Display, *mut c_int) -> *mut XineramaScreenInfo,
pub XineramaQueryVersion: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> Status,
pub XPanoramiXAllocInfo: unsafe extern "C" fn() -> *mut XPanoramiXInfo,
pub XPanoramiXGetScreenCount: unsafe extern "C" fn(*mut Display, Drawable, *mut XPanoramiXInfo) -> Status,
pub XPanoramiXGetScreenSize: unsafe extern "C" fn(*mut Display, Drawable, c_int, *mut XPanoramiXInfo) -> Status,
pub XPanoramiXGetState: unsafe extern "C" fn(*mut Display, Drawable, *mut XPanoramiXInfo) -> Status,
pub XPanoramiXQueryExtension: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> Bool,
pub XPanoramiXQueryVersion: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> Status,
// some fields omitted
}Fields
XineramaIsActive | |
XineramaQueryExtension | |
XineramaQueryScreens | |
XineramaQueryVersion | |
XPanoramiXAllocInfo | |
XPanoramiXGetScreenCount | |
XPanoramiXGetScreenSize | |
XPanoramiXGetState | |
XPanoramiXQueryExtension | |
XPanoramiXQueryVersion | |
Methods
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)