Type Alias intel_gpu::native::drm_i915_init_t

source ·
pub type drm_i915_init_t = _drm_i915_init;

Aliased Type§

struct drm_i915_init_t {
Show 17 fields pub func: u32, pub mmio_offset: u32, pub sarea_priv_offset: i32, pub ring_start: u32, pub ring_end: u32, pub ring_size: u32, pub front_offset: u32, pub back_offset: u32, pub depth_offset: u32, pub w: u32, pub h: u32, pub pitch: u32, pub pitch_bits: u32, pub back_pitch: u32, pub depth_pitch: u32, pub cpp: u32, pub chipset: u32,
}

Fields§

§func: u32§mmio_offset: u32§sarea_priv_offset: i32§ring_start: u32§ring_end: u32§ring_size: u32§front_offset: u32§back_offset: u32§depth_offset: u32§w: u32§h: u32§pitch: u32§pitch_bits: u32§back_pitch: u32§depth_pitch: u32§cpp: u32§chipset: u32

Trait Implementations

source§

impl Clone for _drm_i915_init

source§

fn clone(&self) -> _drm_i915_init

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_i915_init

source§

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

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

impl Copy for _drm_i915_init