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

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 Copy for ImageFns
[src]

impl Clone for ImageFns
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl PartialEq for ImageFns
[src]

[]

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

[]

This method tests for !=.