Struct drm_sys::drm_buf_map [] [src]

#[repr(C)]
pub struct drm_buf_map { pub count: c_int, pub virtual_: *mut c_void, pub list: *mut drm_buf_pub, }

DRM_IOCTL_MAP_BUFS ioctl argument type.

Fields

< Length of the buffer list

< Mmap'd area in user-virtual

< Buffer information

Trait Implementations

impl Debug for drm_buf_map
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_map
[src]

impl Clone for drm_buf_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_buf_map
[src]

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