Struct libdrm_sys::drm_update_draw [] [src]

#[repr(C)]
pub struct drm_update_draw { pub handle: drm_drawable_t, pub type_: c_uint, pub num: c_uint, pub data: c_ulonglong, }

Fields

Trait Implementations

impl Debug for drm_update_draw
[src]

Formats the value using the given formatter.

impl Copy for drm_update_draw
[src]

impl Clone for drm_update_draw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more