Struct x11_dl::xfixes::Xlib[][src]

pub struct Xlib {
Show 35 fields pub XFixesQueryExtension: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *mut c_int) -> Bool, pub XFixesQueryVersion: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *const c_int) -> Status, pub XFixesVersion: unsafe extern "C" fn() -> c_int, pub XFixesChangeSaveSet: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int), pub XFixesSelectSelectionInput: unsafe extern "C" fn(_: *mut Display, _: Window, _: Atom, _: c_ulong), pub XFixesSelectCursorInput: unsafe extern "C" fn(_: Display, _: Window, _: c_ulong), pub XFixesGetCursorImage: unsafe extern "C" fn(_: *mut Display) -> *mut XFixesCursorImage, pub XFixesCreateRegion: unsafe extern "C" fn(_: *mut Display, _: *mut XRectangle, _: c_int) -> XserverRegion, pub XFixesCreateRegionFromBitmap: unsafe extern "C" fn(_: *mut Display, _: Pixmap) -> XserverRegion, pub XFixesCreateRegionFromWindow: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int) -> XserverRegion, pub XFixesCreateRegionFromGC: unsafe extern "C" fn(_: *mut Display, _: GC) -> XserverRegion, pub XFixesCreateRegionFromPicture: unsafe extern "C" fn(_: *mut Display, _: XID) -> XserverRegion, pub XFixesDestroyRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion), pub XFixesSetRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut XRectangle, _: c_int), pub XFixesCopyRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion), pub XFixesUnionRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion), pub XFixesIntersectRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion), pub XFixesSubtractRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion), pub XFixesInvertRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut XRectangle, _: XserverRegion), pub XFixesTranslateRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: c_int, _: c_int), pub XFixesRegionExtents: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion), pub XFixesFetchRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut c_int) -> *mut XRectangle, pub XFixesFetchRegionAndBounds: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut c_int, _: *mut XRectangle) -> *mut XRectangle, pub XFixesSetGCClipRegion: unsafe extern "C" fn(_: *mut Display, _: GC, _: c_int, _: c_int, _: XserverRegion), pub XFixesSetWindowShapeRegion: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int, _: XserverRegion), pub XFixesSetPictureClipRegion: unsafe extern "C" fn(_: *mut Display, _: XID, _: c_int, _: c_int, _: XserverRegion), pub XFixesSetCursorName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *const c_char), pub XFixesGetCursorName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *mut Atom) -> *const c_char, pub XFixesChangeCursor: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: Cursor), pub XFixesChangeCursorByName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *const c_char), pub XFixesExpandRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: c_uint, _: c_uint, _: c_uint, _: c_uint), pub XFixesHideCursor: unsafe extern "C" fn(_: *mut Display, _: Window), pub XFixesShowCursor: unsafe extern "C" fn(_: *mut Display, _: Window), pub XFixesCreatePointerBarrier: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int, _: c_int, _: c_int, _: c_int, _: *mut c_int) -> PointerBarrier, pub XFixesDestroyPointerBarrier: unsafe extern "C" fn(_: *mut Display, _: PointerBarrier), // some fields omitted
}

Fields

XFixesQueryExtension: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *mut c_int) -> BoolXFixesQueryVersion: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *const c_int) -> StatusXFixesVersion: unsafe extern "C" fn() -> c_intXFixesChangeSaveSet: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int)XFixesSelectSelectionInput: unsafe extern "C" fn(_: *mut Display, _: Window, _: Atom, _: c_ulong)XFixesSelectCursorInput: unsafe extern "C" fn(_: Display, _: Window, _: c_ulong)XFixesGetCursorImage: unsafe extern "C" fn(_: *mut Display) -> *mut XFixesCursorImageXFixesCreateRegion: unsafe extern "C" fn(_: *mut Display, _: *mut XRectangle, _: c_int) -> XserverRegionXFixesCreateRegionFromBitmap: unsafe extern "C" fn(_: *mut Display, _: Pixmap) -> XserverRegionXFixesCreateRegionFromWindow: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int) -> XserverRegionXFixesCreateRegionFromGC: unsafe extern "C" fn(_: *mut Display, _: GC) -> XserverRegionXFixesCreateRegionFromPicture: unsafe extern "C" fn(_: *mut Display, _: XID) -> XserverRegionXFixesDestroyRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion)XFixesSetRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut XRectangle, _: c_int)XFixesCopyRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion)XFixesUnionRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion)XFixesIntersectRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion)XFixesSubtractRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: XserverRegion)XFixesInvertRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut XRectangle, _: XserverRegion)XFixesTranslateRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: c_int, _: c_int)XFixesRegionExtents: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion)XFixesFetchRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut c_int) -> *mut XRectangleXFixesFetchRegionAndBounds: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: *mut c_int, _: *mut XRectangle) -> *mut XRectangleXFixesSetGCClipRegion: unsafe extern "C" fn(_: *mut Display, _: GC, _: c_int, _: c_int, _: XserverRegion)XFixesSetWindowShapeRegion: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int, _: XserverRegion)XFixesSetPictureClipRegion: unsafe extern "C" fn(_: *mut Display, _: XID, _: c_int, _: c_int, _: XserverRegion)XFixesSetCursorName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *const c_char)XFixesGetCursorName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *mut Atom) -> *const c_charXFixesChangeCursor: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: Cursor)XFixesChangeCursorByName: unsafe extern "C" fn(_: *mut Display, _: Cursor, _: *const c_char)XFixesExpandRegion: unsafe extern "C" fn(_: *mut Display, _: XserverRegion, _: XserverRegion, _: c_uint, _: c_uint, _: c_uint, _: c_uint)XFixesHideCursor: unsafe extern "C" fn(_: *mut Display, _: Window)XFixesShowCursor: unsafe extern "C" fn(_: *mut Display, _: Window)XFixesCreatePointerBarrier: unsafe extern "C" fn(_: *mut Display, _: Window, _: c_int, _: c_int, _: c_int, _: c_int, _: c_int, _: c_int, _: *mut c_int) -> PointerBarrierXFixesDestroyPointerBarrier: unsafe extern "C" fn(_: *mut Display, _: PointerBarrier)

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.