Struct libdrm_sys::drm_set_client_cap [] [src]

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

Fields

Trait Implementations

impl Debug for drm_set_client_cap
[src]

Formats the value using the given formatter.

impl Copy for drm_set_client_cap
[src]

impl Clone for drm_set_client_cap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more