#[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§
§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>
§destroy_image: Option<unsafe extern "C" fn(_: *mut XImage) -> c_int>
§get_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int) -> c_ulong>
§put_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int, _: c_ulong) -> c_int>
§sub_image: Option<unsafe extern "C" fn(_: *mut XImage, _: c_int, _: c_int, _: c_uint, _: c_uint) -> *mut XImage>
§add_pixel: Option<unsafe extern "C" fn(_: *mut XImage, _: c_long) -> c_int>
Trait Implementations§
impl Copy for ImageFns
Auto Trait Implementations§
impl Freeze for ImageFns
impl RefUnwindSafe for ImageFns
impl Send for ImageFns
impl Sync for ImageFns
impl Unpin for ImageFns
impl UnwindSafe for ImageFns
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)