Struct xcb::ffi::xproto::xcb_put_image_request_t
[−]
[src]
#[repr(C)]pub struct xcb_put_image_request_t { pub major_opcode: u8, pub format: u8, pub length: u16, pub drawable: xcb_drawable_t, pub gc: xcb_gcontext_t, pub width: u16, pub height: u16, pub dst_x: i16, pub dst_y: i16, pub left_pad: u8, pub depth: u8, pub pad0: [u8; 2], }
Fields
major_opcode: u8
format: u8
length: u16
drawable: xcb_drawable_t
gc: xcb_gcontext_t
width: u16
height: u16
dst_x: i16
dst_y: i16
left_pad: u8
depth: u8
pad0: [u8; 2]