Struct drm_sys::drm_get_cap [] [src]

#[repr(C)]
pub struct drm_get_cap { pub capability: __u64, pub value: __u64, }

DRM_IOCTL_GET_CAP ioctl argument type

Fields

Trait Implementations

impl Debug for drm_get_cap
[src]

Formats the value using the given formatter.

impl Default for drm_get_cap
[src]

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

impl Copy for drm_get_cap
[src]

impl Clone for drm_get_cap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more