Struct drm_sys::drm_draw [] [src]

#[repr(C)]
pub struct drm_draw { pub handle: drm_drawable_t, }

DRM_IOCTL_ADD_DRAW and DRM_IOCTL_RM_DRAW ioctl argument type.

Fields

Trait Implementations

impl Debug for drm_draw
[src]

Formats the value using the given formatter.

impl Default for drm_draw
[src]

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

impl Copy for drm_draw
[src]

impl Clone for drm_draw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more