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: u64,
pub handle: u64,
pub type_: u64,
pub physical: u64,
}
Fields§
§size: u64
§handle: u64
§type_: u64
§physical: u64