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