Struct drm_sys::drm_drawable_info [] [src]

#[repr(C)]
pub struct drm_drawable_info { pub num_rects: c_uint, pub rects: *mut drm_clip_rect, }

Drawable information.

Fields

Trait Implementations

impl Debug for drm_drawable_info
[src]

Formats the value using the given formatter.

impl Copy for drm_drawable_info
[src]

impl Clone for drm_drawable_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_drawable_info
[src]

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