Type Alias intel_gpu::native::drm_client_t

source ·
pub type drm_client_t = drm_client;

Aliased Type§

struct drm_client_t {
    pub idx: i32,
    pub auth: i32,
    pub pid: u64,
    pub uid: u64,
    pub magic: u64,
    pub iocs: u64,
}

Fields§

§idx: i32§auth: i32§pid: u64§uid: u64§magic: u64§iocs: u64

Trait Implementations

source§

impl Clone for drm_client

source§

fn clone(&self) -> drm_client

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_client

source§

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

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

impl Copy for drm_client