Struct sdl2_sys::_XImage_funcs

source ·
#[repr(C)]
pub struct _XImage_funcs { pub create_image: Option<unsafe extern "C" fn(arg1: *mut _XDisplay, arg2: *mut Visual, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: *mut c_char, arg7: c_uint, arg8: c_uint, arg9: c_int, arg10: c_int) -> *mut _XImage>, pub destroy_image: Option<unsafe extern "C" fn(arg1: *mut _XImage) -> c_int>, pub get_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int) -> c_ulong>, pub put_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int, arg4: c_ulong) -> c_int>, pub sub_image: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> *mut _XImage>, pub add_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_long) -> c_int>, }

Fields

create_image: Option<unsafe extern "C" fn(arg1: *mut _XDisplay, arg2: *mut Visual, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: *mut c_char, arg7: c_uint, arg8: c_uint, arg9: c_int, arg10: c_int) -> *mut _XImage>destroy_image: Option<unsafe extern "C" fn(arg1: *mut _XImage) -> c_int>get_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int) -> c_ulong>put_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int, arg4: c_ulong) -> c_int>sub_image: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> *mut _XImage>add_pixel: Option<unsafe extern "C" fn(arg1: *mut _XImage, arg2: c_long) -> c_int>

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.