Type Alias drm_scatter_gather_t

Source
pub type drm_scatter_gather_t = drm_scatter_gather;

Aliased Type§

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

Fields§

§size: u64§handle: u64