Struct drm_sys::drm_dma [] [src]

#[repr(C)]
pub struct drm_dma { pub context: c_int, pub send_count: c_int, pub send_indices: *mut c_int, pub send_sizes: *mut c_int, pub flags: drm_dma_flags, pub request_count: c_int, pub request_size: c_int, pub request_indices: *mut c_int, pub request_sizes: *mut c_int, pub granted_count: c_int, }

DRM_IOCTL_DMA ioctl argument type.

Indices here refer to the offset into the buffer list in drm_buf_get.

\sa drmDMA().

Fields

< Context handle

< Number of buffers to send

< List of handles to buffers

< Lengths of data to send

< Flags

< Number of buffers requested

< Desired size for buffers

< Buffer information

< Number of buffers granted

Trait Implementations

impl Debug for drm_dma
[src]

Formats the value using the given formatter.

impl Copy for drm_dma
[src]

impl Clone for drm_dma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_dma
[src]

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