Type Alias drm_agp_binding_t

Source
pub type drm_agp_binding_t = drm_agp_binding;

Aliased Type§

#[repr(C)]
pub struct drm_agp_binding_t { pub handle: u64, pub offset: u64, }

Fields§

§handle: u64§offset: u64