Struct libdrm_sys::drm_mode_connector_set_property [] [src]

#[repr(C)]
pub struct drm_mode_connector_set_property { pub value: __u64, pub prop_id: __u32, pub connector_id: __u32, }

Fields

Trait Implementations

impl Debug for drm_mode_connector_set_property
[src]

Formats the value using the given formatter.

impl Copy for drm_mode_connector_set_property
[src]

impl Clone for drm_mode_connector_set_property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more