Struct x11::xlib::ImageFns [] [src]

#[repr(C)]
pub struct ImageFns { pub create_image: Option<unsafe extern "C" fn(_: *mut Display, _: *mut Visual, _: c_uint, _: c_int, _: c_int, _: *mut c_char, _: c_uint, _: c_uint, _: c_int, _: c_int) -> *mut XImage>, pub destroy_image: Option<unsafe extern "C" fn(_: *mut XImage) -> c_int>, pub get_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int) -> c_ulong>, pub put_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int, _: c_ulong) -> c_int>, pub sub_image: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int, _: c_uint, _: c_uint) -> *mut XImage>, pub add_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_long) -> c_int>, }

Fields

Trait Implementations

impl Debug for ImageFns
[src]

[src]

Formats the value using the given formatter.

impl Copy for ImageFns
[src]

impl Clone for ImageFns
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ImageFns
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.