Struct drm_sys::drm_buf_desc [] [src]

#[repr(C)]
pub struct drm_buf_desc { pub count: c_int, pub size: c_int, pub low_mark: c_int, pub high_mark: c_int, pub flags: drm_buf_desc__bindgen_ty_1, pub agp_start: c_ulong, }

DRM_IOCTL_ADD_BUFS and DRM_IOCTL_MARK_BUFS ioctl argument type.

\sa drmAddBufs().

Fields

< Number of buffers of this size

< Size in bytes

< Low water mark

< High water mark

< * Start address of where the AGP buffers are * in the AGP aperture

Trait Implementations

impl Debug for drm_buf_desc
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_desc
[src]

impl Clone for drm_buf_desc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_buf_desc
[src]

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