Type Alias intel_gpu::native::drm_clip_rect_t

source ·
pub type drm_clip_rect_t = drm_clip_rect;

Aliased Type§

struct drm_clip_rect_t {
    pub x1: u16,
    pub y1: u16,
    pub x2: u16,
    pub y2: u16,
}

Fields§

§x1: u16§y1: u16§x2: u16§y2: u16

Trait Implementations

source§

impl Clone for drm_clip_rect

source§

fn clone(&self) -> drm_clip_rect

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_clip_rect

source§

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

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

impl Copy for drm_clip_rect