Struct drm_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, }

Cliprect.

\warning: If you change this structure, make sure you change XF86DRIClipRectRec in the server as well

\note KW: Actually it's illegal to change either for backwards-compatibility reasons.

Fields

Trait Implementations

impl Debug for drm_clip_rect
[src]

Formats the value using the given formatter.

impl Default for drm_clip_rect
[src]

Returns the "default value" for a type. Read more

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