Struct drm_sys::drm_control [] [src]

#[repr(C)]
pub struct drm_control { pub func: drm_control__bindgen_ty_1, pub irq: c_int, }

DRM_IOCTL_CONTROL ioctl argument type.

\sa drmCtlInstHandler() and drmCtlUninstHandler().

Fields

Trait Implementations

impl Debug for drm_control
[src]

Formats the value using the given formatter.

impl Copy for drm_control
[src]

impl Clone for drm_control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_control
[src]

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