pub struct Xrender {Show 44 fields
pub XRenderAddGlyphs: unsafe extern "C" fn(*mut Display, c_ulong, *const c_ulong, *const XGlyphInfo, c_int, *const c_char, c_int),
pub XRenderAddTraps: unsafe extern "C" fn(*mut Display, c_ulong, c_int, c_int, *const XTrap, c_int),
pub XRenderChangePicture: unsafe extern "C" fn(*mut Display, c_ulong, c_ulong, *const XRenderPictureAttributes),
pub XRenderComposite: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, c_ulong, c_int, c_int, c_int, c_int, c_int, c_int, c_uint, c_uint),
pub XRenderCompositeDoublePoly: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XPointDouble, c_int, c_int),
pub XRenderCompositeString16: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_ushort, c_int),
pub XRenderCompositeString32: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_uint, c_int),
pub XRenderCompositeString8: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_char, c_int),
pub XRenderCompositeText16: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt16, c_int),
pub XRenderCompositeText32: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt32, c_int),
pub XRenderCompositeText8: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt8, c_int),
pub XRenderCompositeTrapezoids: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XTrapezoid, c_int),
pub XRenderCompositeTriangles: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XTriangle, c_int),
pub XRenderCompositeTriFan: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XPointFixed, c_int),
pub XRenderCompositeTriStrip: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XPointFixed, c_int),
pub XRenderCreateAnimCursor: unsafe extern "C" fn(*mut Display, c_int, *mut XAnimCursor) -> c_ulong,
pub XRenderCreateConicalGradient: unsafe extern "C" fn(*mut Display, *const XConicalGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong,
pub XRenderCreateCursor: unsafe extern "C" fn(*mut Display, c_ulong, c_uint, c_uint) -> c_ulong,
pub XRenderCreateGlyphSet: unsafe extern "C" fn(*mut Display, *const XRenderPictFormat) -> c_ulong,
pub XRenderCreateLinearGradient: unsafe extern "C" fn(*mut Display, *const XLinearGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong,
pub XRenderCreatePicture: unsafe extern "C" fn(*mut Display, c_ulong, *const XRenderPictFormat, c_ulong, *const XRenderPictureAttributes) -> c_ulong,
pub XRenderCreateRadialGradient: unsafe extern "C" fn(*mut Display, *const XRadialGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong,
pub XRenderCreateSolidFill: unsafe extern "C" fn(*mut Display, *const XRenderColor) -> c_ulong,
pub XRenderFillRectangle: unsafe extern "C" fn(*mut Display, c_int, c_ulong, *const XRenderColor, c_int, c_int, c_uint, c_uint),
pub XRenderFillRectangles: unsafe extern "C" fn(*mut Display, c_int, c_ulong, *const XRenderColor, *const XRectangle, c_int),
pub XRenderFindFormat: unsafe extern "C" fn(*mut Display, c_ulong, *const XRenderPictFormat, c_int) -> *mut XRenderPictFormat,
pub XRenderFindStandardFormat: unsafe extern "C" fn(*mut Display, c_int) -> *mut XRenderPictFormat,
pub XRenderFindVisualFormat: unsafe extern "C" fn(*mut Display, *const Visual) -> *mut XRenderPictFormat,
pub XRenderFreeGlyphs: unsafe extern "C" fn(*mut Display, c_ulong, *const c_ulong, c_int),
pub XRenderFreeGlyphSet: unsafe extern "C" fn(*mut Display, c_ulong),
pub XRenderFreePicture: unsafe extern "C" fn(*mut Display, c_ulong),
pub XRenderParseColor: unsafe extern "C" fn(*mut Display, *mut c_char, *mut XRenderColor) -> c_int,
pub XRenderQueryExtension: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> c_int,
pub XRenderQueryFilters: unsafe extern "C" fn(*mut Display, c_ulong) -> *mut XFilters,
pub XRenderQueryFormats: unsafe extern "C" fn(*mut Display) -> c_int,
pub XRenderQueryPictIndexValues: unsafe extern "C" fn(*mut Display, *const XRenderPictFormat, *mut c_int) -> *mut XIndexValue,
pub XRenderQuerySubpixelOrder: unsafe extern "C" fn(*mut Display, c_int) -> c_int,
pub XRenderQueryVersion: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> c_int,
pub XRenderReferenceGlyphSet: unsafe extern "C" fn(*mut Display, c_ulong) -> c_ulong,
pub XRenderSetPictureClipRectangles: unsafe extern "C" fn(*mut Display, c_ulong, c_int, c_int, *const XRectangle, c_int),
pub XRenderSetPictureClipRegion: unsafe extern "C" fn(*mut Display, c_ulong, Region),
pub XRenderSetPictureFilter: unsafe extern "C" fn(*mut Display, c_ulong, *const c_char, *mut c_int, c_int),
pub XRenderSetPictureTransform: unsafe extern "C" fn(*mut Display, c_ulong, *mut XTransform),
pub XRenderSetSubpixelOrder: unsafe extern "C" fn(*mut Display, c_int, c_int) -> c_int,
/* private fields */
}
Fields§
§XRenderAddGlyphs: unsafe extern "C" fn(*mut Display, c_ulong, *const c_ulong, *const XGlyphInfo, c_int, *const c_char, c_int)
§XRenderAddTraps: unsafe extern "C" fn(*mut Display, c_ulong, c_int, c_int, *const XTrap, c_int)
§XRenderChangePicture: unsafe extern "C" fn(*mut Display, c_ulong, c_ulong, *const XRenderPictureAttributes)
§XRenderComposite: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, c_ulong, c_int, c_int, c_int, c_int, c_int, c_int, c_uint, c_uint)
§XRenderCompositeDoublePoly: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XPointDouble, c_int, c_int)
§XRenderCompositeString16: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_ushort, c_int)
§XRenderCompositeString32: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_uint, c_int)
§XRenderCompositeString8: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_ulong, c_int, c_int, c_int, c_int, *const c_char, c_int)
§XRenderCompositeText16: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt16, c_int)
§XRenderCompositeText32: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt32, c_int)
§XRenderCompositeText8: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, c_int, c_int, *const XGlyphElt8, c_int)
§XRenderCompositeTrapezoids: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XTrapezoid, c_int)
§XRenderCompositeTriangles: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XTriangle, c_int)
§XRenderCompositeTriFan: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XPointFixed, c_int)
§XRenderCompositeTriStrip: unsafe extern "C" fn(*mut Display, c_int, c_ulong, c_ulong, *const XRenderPictFormat, c_int, c_int, *const XPointFixed, c_int)
§XRenderCreateAnimCursor: unsafe extern "C" fn(*mut Display, c_int, *mut XAnimCursor) -> c_ulong
§XRenderCreateConicalGradient: unsafe extern "C" fn(*mut Display, *const XConicalGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong
§XRenderCreateCursor: unsafe extern "C" fn(*mut Display, c_ulong, c_uint, c_uint) -> c_ulong
§XRenderCreateGlyphSet: unsafe extern "C" fn(*mut Display, *const XRenderPictFormat) -> c_ulong
§XRenderCreateLinearGradient: unsafe extern "C" fn(*mut Display, *const XLinearGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong
§XRenderCreatePicture: unsafe extern "C" fn(*mut Display, c_ulong, *const XRenderPictFormat, c_ulong, *const XRenderPictureAttributes) -> c_ulong
§XRenderCreateRadialGradient: unsafe extern "C" fn(*mut Display, *const XRadialGradient, *const c_int, *const XRenderColor, c_int) -> c_ulong
§XRenderCreateSolidFill: unsafe extern "C" fn(*mut Display, *const XRenderColor) -> c_ulong
§XRenderFillRectangle: unsafe extern "C" fn(*mut Display, c_int, c_ulong, *const XRenderColor, c_int, c_int, c_uint, c_uint)
§XRenderFillRectangles: unsafe extern "C" fn(*mut Display, c_int, c_ulong, *const XRenderColor, *const XRectangle, c_int)
§XRenderFindFormat: unsafe extern "C" fn(*mut Display, c_ulong, *const XRenderPictFormat, c_int) -> *mut XRenderPictFormat
§XRenderFindStandardFormat: unsafe extern "C" fn(*mut Display, c_int) -> *mut XRenderPictFormat
§XRenderFindVisualFormat: unsafe extern "C" fn(*mut Display, *const Visual) -> *mut XRenderPictFormat
§XRenderFreeGlyphs: unsafe extern "C" fn(*mut Display, c_ulong, *const c_ulong, c_int)
§XRenderFreeGlyphSet: unsafe extern "C" fn(*mut Display, c_ulong)
§XRenderFreePicture: unsafe extern "C" fn(*mut Display, c_ulong)
§XRenderParseColor: unsafe extern "C" fn(*mut Display, *mut c_char, *mut XRenderColor) -> c_int
§XRenderQueryExtension: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> c_int
§XRenderQueryFilters: unsafe extern "C" fn(*mut Display, c_ulong) -> *mut XFilters
§XRenderQueryFormats: unsafe extern "C" fn(*mut Display) -> c_int
§XRenderQueryPictIndexValues: unsafe extern "C" fn(*mut Display, *const XRenderPictFormat, *mut c_int) -> *mut XIndexValue
§XRenderQuerySubpixelOrder: unsafe extern "C" fn(*mut Display, c_int) -> c_int
§XRenderQueryVersion: unsafe extern "C" fn(*mut Display, *mut c_int, *mut c_int) -> c_int
§XRenderReferenceGlyphSet: unsafe extern "C" fn(*mut Display, c_ulong) -> c_ulong
§XRenderSetPictureClipRectangles: unsafe extern "C" fn(*mut Display, c_ulong, c_int, c_int, *const XRectangle, c_int)
§XRenderSetPictureClipRegion: unsafe extern "C" fn(*mut Display, c_ulong, Region)
§XRenderSetPictureFilter: unsafe extern "C" fn(*mut Display, c_ulong, *const c_char, *mut c_int, c_int)
§XRenderSetPictureTransform: unsafe extern "C" fn(*mut Display, c_ulong, *mut XTransform)
§XRenderSetSubpixelOrder: unsafe extern "C" fn(*mut Display, c_int, c_int) -> c_int
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xrender
impl RefUnwindSafe for Xrender
impl Unpin for Xrender
impl UnwindSafe for Xrender
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more