Struct drm_sys::drm_mode_obj_get_properties [] [src]

#[repr(C)]
pub struct drm_mode_obj_get_properties { pub props_ptr: __u64, pub prop_values_ptr: __u64, pub count_props: __u32, pub obj_id: __u32, pub obj_type: __u32, }

Fields

Trait Implementations

impl Debug for drm_mode_obj_get_properties
[src]

Formats the value using the given formatter.

impl Default for drm_mode_obj_get_properties
[src]

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

impl Copy for drm_mode_obj_get_properties
[src]

impl Clone for drm_mode_obj_get_properties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more