Type Alias drm_ffi::drm_agp_binding_t

source ·
pub type drm_agp_binding_t = drm_agp_binding;

Aliased Type§

struct drm_agp_binding_t {
    pub handle: u64,
    pub offset: u64,
}

Fields§

§handle: u64§offset: u64