Type Alias gpu_display::gpu_display_x::xlib::XImage
source · pub type XImage = _XImage;
Aliased Type§
struct XImage {Show 17 fields
pub width: i32,
pub height: i32,
pub xoffset: i32,
pub format: i32,
pub data: *mut i8,
pub byte_order: i32,
pub bitmap_unit: i32,
pub bitmap_bit_order: i32,
pub bitmap_pad: i32,
pub depth: i32,
pub bytes_per_line: i32,
pub bits_per_pixel: i32,
pub red_mask: u64,
pub green_mask: u64,
pub blue_mask: u64,
pub obdata: *mut i8,
pub f: _XImage_funcs,
}
Fields§
§width: i32
§height: i32
§xoffset: i32
§format: i32
§data: *mut i8
§byte_order: i32
§bitmap_unit: i32
§bitmap_bit_order: i32
§bitmap_pad: i32
§depth: i32
§bytes_per_line: i32
§bits_per_pixel: i32
§red_mask: u64
§green_mask: u64
§blue_mask: u64
§obdata: *mut i8
§f: _XImage_funcs