Struct drm_sys::drm_agp_binding [] [src]

#[repr(C)]
pub struct drm_agp_binding { pub handle: c_ulong, pub offset: c_ulong, }

DRM_IOCTL_AGP_BIND and DRM_IOCTL_AGP_UNBIND ioctls argument type.

\sa drmAgpBind() and drmAgpUnbind().

Fields

< From drm_agp_buffer

< In bytes -- will round to page boundary

Trait Implementations

impl Debug for drm_agp_binding
[src]

Formats the value using the given formatter.

impl Default for drm_agp_binding
[src]

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

impl Copy for drm_agp_binding
[src]

impl Clone for drm_agp_binding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more