Struct drm_sys::drm_tex_region
source · #[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§
§next: c_uchar
§prev: c_uchar
§in_use: c_uchar
§padding: c_uchar
§age: c_uint
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
source§impl Hash for drm_tex_region
impl Hash for drm_tex_region
source§impl PartialEq for drm_tex_region
impl PartialEq for drm_tex_region
source§fn eq(&self, other: &drm_tex_region) -> bool
fn eq(&self, other: &drm_tex_region) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_tex_region
impl Eq for drm_tex_region
impl StructuralPartialEq for drm_tex_region
Auto Trait Implementations§
impl Freeze for drm_tex_region
impl RefUnwindSafe for drm_tex_region
impl Send for drm_tex_region
impl Sync for drm_tex_region
impl Unpin for drm_tex_region
impl UnwindSafe for drm_tex_region
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more