Struct glx::types::GLXBufferClobberEventSGIX [] [src]

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

Fields