Struct drm_sys::drm_agp_buffer [] [src]

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

DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.

\sa drmAgpAlloc() and drmAgpFree().

Fields

< In bytes -- will round to page boundary

< Used for binding / unbinding

< Type of memory to allocate

< Physical used by i810

Trait Implementations

impl Debug for drm_agp_buffer
[src]

Formats the value using the given formatter.

impl Default for drm_agp_buffer
[src]

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

impl Copy for drm_agp_buffer
[src]

impl Clone for drm_agp_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more