Struct drm_sys::drm_buf_pub [] [src]

#[repr(C)]
pub struct drm_buf_pub { pub idx: c_int, pub total: c_int, pub used: c_int, pub address: *mut c_void, }

Buffer information

\sa drm_buf_map.

Fields

< Index into the master buffer list

< Buffer size

< Amount of buffer in use (for DMA)

< Address of buffer

Trait Implementations

impl Debug for drm_buf_pub
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_pub
[src]

impl Clone for drm_buf_pub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_buf_pub
[src]

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