pub type drm_tex_region_t = drm_tex_region;
Aliased Type§
struct drm_tex_region_t {
pub next: u8,
pub prev: u8,
pub in_use: u8,
pub padding: u8,
pub age: u32,
}
Fields§
§next: u8
§prev: u8
§in_use: u8
§padding: u8
§age: u32
Trait Implementations
Source§impl Clone for drm_tex_region
impl Clone for drm_tex_region
Source§fn clone(&self) -> drm_tex_region
fn clone(&self) -> drm_tex_region
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for drm_tex_region
impl Debug for drm_tex_region
Source§impl Default for drm_tex_region
impl Default for drm_tex_region
Source§fn default() -> drm_tex_region
fn default() -> drm_tex_region
Returns the “default value” for a type. Read more