Struct libdrm_sys::drm_clip_rect [] [src]

#[repr(C)]
pub struct drm_clip_rect { pub x1: c_ushort, pub y1: c_ushort, pub x2: c_ushort, pub y2: c_ushort, }

Fields

Trait Implementations

impl Debug for drm_clip_rect
[src]

Formats the value using the given formatter.

impl Copy for drm_clip_rect
[src]

impl Clone for drm_clip_rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more