Type Alias drm_update_draw_t

Source
pub type drm_update_draw_t = drm_update_draw;

Aliased Type§

#[repr(C)]
pub 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