Type Alias intel_gpu::native::drm_buf_pub_t

source ·
pub type drm_buf_pub_t = drm_buf_pub;

Aliased Type§

struct drm_buf_pub_t {
    pub idx: i32,
    pub total: i32,
    pub used: i32,
    pub address: *mut c_void,
}

Fields§

§idx: i32§total: i32§used: i32§address: *mut c_void

Trait Implementations

source§

impl Clone for drm_buf_pub

source§

fn clone(&self) -> drm_buf_pub

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for drm_buf_pub

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for drm_buf_pub