Struct libdrm_sys::_drmTextureRegion [] [src]

#[repr(C)]
pub struct _drmTextureRegion { 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 _drmTextureRegion
[src]

Formats the value using the given formatter.

impl Copy for _drmTextureRegion
[src]

impl Clone for _drmTextureRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more