#[repr(C)]pub struct drm_tex_region { /* private fields */ }Expand description
Texture region,
Trait Implementations§
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
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