Struct xcb::ffi::render::xcb_render_create_linear_gradient_request_t
[−]
[src]
#[repr(C)]pub struct xcb_render_create_linear_gradient_request_t { pub major_opcode: u8, pub minor_opcode: u8, pub length: u16, pub picture: xcb_render_picture_t, pub p1: xcb_render_pointfix_t, pub p2: xcb_render_pointfix_t, pub num_stops: u32, }
Fields
major_opcode: u8
minor_opcode: u8
length: u16
picture: xcb_render_picture_t
p1: xcb_render_pointfix_t
p2: xcb_render_pointfix_t
num_stops: u32