Struct drm_sys::drm_unique [] [src]

#[repr(C)]
pub struct drm_unique { pub unique_len: __kernel_size_t, pub unique: *mut c_char, }

DRM_IOCTL_GET_UNIQUE ioctl argument type.

\sa drmGetBusid() and drmSetBusId().

Fields

< Length of unique

< Unique name for driver instantiation

Trait Implementations

impl Debug for drm_unique
[src]

Formats the value using the given formatter.

impl Copy for drm_unique
[src]

impl Clone for drm_unique
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_unique
[src]

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