Struct libdrm_sys::drm_list [] [src]

#[repr(C)]
pub struct drm_list { pub count: c_int, pub version: *mut drm_version, }

Fields

Trait Implementations

impl Debug for drm_list
[src]

Formats the value using the given formatter.

impl Copy for drm_list
[src]

impl Clone for drm_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more