Struct libdrm_sys::drm_agp_binding [] [src]

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

Fields

Trait Implementations

impl Debug for drm_agp_binding
[src]

Formats the value using the given formatter.

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