Struct glx::types::GLXPbufferClobberEvent [] [src]

#[repr(C)]
pub struct GLXPbufferClobberEvent { pub event_type: c_int, pub draw_type: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *const Display, pub drawable: GLXDrawable, pub buffer_mask: c_uint, pub aux_buffer: c_uint, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub count: c_int, }

Fields