Struct drm_sys::drm_scatter_gather [] [src]

#[repr(C)]
pub struct drm_scatter_gather { pub size: c_ulong, pub handle: c_ulong, }

DRM_IOCTL_SG_ALLOC ioctl argument type.

Fields

< In bytes -- will round to page boundary

< Used for mapping / unmapping

Trait Implementations

impl Debug for drm_scatter_gather
[src]

Formats the value using the given formatter.

impl Default for drm_scatter_gather
[src]

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

impl Copy for drm_scatter_gather
[src]

impl Clone for drm_scatter_gather
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more