Struct drm_sys::drm_buf_info [] [src]

#[repr(C)]
pub struct drm_buf_info { pub count: c_int, pub list: *mut drm_buf_desc, }

DRM_IOCTL_INFO_BUFS ioctl argument type.

Fields

< Entries in list

Trait Implementations

impl Debug for drm_buf_info
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_info
[src]

impl Clone for drm_buf_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_buf_info
[src]

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