pub struct XImage {
pub width: c_int,
pub height: c_int,
pub xoffset: c_int,
pub format: c_int,
pub data: *mut c_char,
pub byte_order: c_int,
pub bitmap_unity: c_int,
pub bitmap_bit_order: c_int,
pub bitmap_pad: c_int,
pub depth: c_int,
pub bytes_per_line: c_int,
pub bits_per_pixel: c_int,
pub red_mask: c_ulong,
pub green_mask: c_ulong,
pub blue_mask: c_ulong,
pub obdata: XPointer,
pub funcs: ImageFns,
}Fields
width | |
height | |
xoffset | |
format | |
data | |
byte_order | |
bitmap_unity | |
bitmap_bit_order | |
bitmap_pad | |
depth | |
bytes_per_line | |
bits_per_pixel | |
red_mask | |
green_mask | |
blue_mask | |
obdata | |
funcs | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)