[−][src]Struct sdl2_sys::_XImage_funcs
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
impl Copy for _XImage_funcs
[src]
impl Clone for _XImage_funcs
[src]
fn clone(&self) -> _XImage_funcs
[src]
default fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for _XImage_funcs
impl Sync for _XImage_funcs
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,