Type Alias drm_sys::drm_agp_buffer_t
source · pub type drm_agp_buffer_t = drm_agp_buffer;Aliased Type§
struct drm_agp_buffer_t {
pub size: u32,
pub handle: u32,
pub type_: u32,
pub physical: u32,
}Fields§
§size: u32§handle: u32§type_: u32§physical: u32