Type Alias intel_gpu::native::drm_agp_mode_t

source ·
pub type drm_agp_mode_t = drm_agp_mode;

Aliased Type§

struct drm_agp_mode_t {
    pub mode: u64,
}

Fields§

§mode: u64

Trait Implementations

source§

impl Clone for drm_agp_mode

source§

fn clone(&self) -> drm_agp_mode

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_agp_mode

source§

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

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

impl Copy for drm_agp_mode