Struct drm_sys::drm_stats [] [src]

#[repr(C)]
pub struct drm_stats { pub count: c_ulong, pub data: [drm_stats__bindgen_ty_1; 15], }

DRM_IOCTL_GET_STATS ioctl argument type.

Fields

Trait Implementations

impl Debug for drm_stats
[src]

Formats the value using the given formatter.

impl Copy for drm_stats
[src]

impl Clone for drm_stats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_stats
[src]

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