Struct libdrm_sys::drm_tex_region [] [src]

#[repr(C)]
pub struct drm_tex_region { pub next: c_uchar, pub prev: c_uchar, pub in_use: c_uchar, pub padding: c_uchar, pub age: c_uint, }

Fields

Trait Implementations

impl Debug for drm_tex_region
[src]

Formats the value using the given formatter.

impl Copy for drm_tex_region
[src]

impl Clone for drm_tex_region
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more