Struct libdrm_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, }

Fields

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