Struct libdrm_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, }

Fields

Trait Implementations

impl Debug for drm_agp_buffer
[src]

Formats the value using the given formatter.

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