Struct drm_sys::drm_set_version [] [src]

#[repr(C)]
pub struct drm_set_version { pub drm_di_major: c_int, pub drm_di_minor: c_int, pub drm_dd_major: c_int, pub drm_dd_minor: c_int, }

DRM_IOCTL_SET_VERSION ioctl argument type.

Fields

Trait Implementations

impl Debug for drm_set_version
[src]

Formats the value using the given formatter.

impl Default for drm_set_version
[src]

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

impl Copy for drm_set_version
[src]

impl Clone for drm_set_version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more