Type Alias drm_agp_buffer_t

Source
pub type drm_agp_buffer_t = drm_agp_buffer;

Aliased Type§

#[repr(C)]
pub struct drm_agp_buffer_t { pub size: u64, pub handle: u64, pub type_: u64, pub physical: u64, }

Fields§

§size: u64§handle: u64§type_: u64§physical: u64