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

Fields

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