#[repr(C)]
pub struct GLXPbufferClobberEvent {Show 13 fields
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,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.