Type Alias drm_sys::drm_update_draw_t

source ·
pub type drm_update_draw_t = drm_update_draw;

Aliased Type§

struct drm_update_draw_t {
    pub handle: u32,
    pub type_: u32,
    pub num: u32,
    pub data: u64,
}

Fields§

§handle: u32§type_: u32§num: u32§data: u64