Struct drm_sys::drm_buf_free [] [src]

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

DRM_IOCTL_FREE_BUFS ioctl argument type.

Fields

Trait Implementations

impl Debug for drm_buf_free
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_free
[src]

impl Clone for drm_buf_free
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_buf_free
[src]

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