Struct drm_sys::drm_mode_property_enum [] [src]

#[repr(C)]
pub struct drm_mode_property_enum { pub value: __u64, pub name: [c_char; 32], }

Fields

Trait Implementations

impl Debug for drm_mode_property_enum
[src]

Formats the value using the given formatter.

impl Default for drm_mode_property_enum
[src]

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

impl Copy for drm_mode_property_enum
[src]

impl Clone for drm_mode_property_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more