Struct hip_sys::hiprt::__hip_texture
source · #[repr(C)]pub struct __hip_texture { /* private fields */ }Expand description
An opaque value that represents a hip texture object
Trait Implementations§
source§impl Clone for __hip_texture
impl Clone for __hip_texture
source§fn clone(&self) -> __hip_texture
fn clone(&self) -> __hip_texture
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 __hip_texture
impl Debug for __hip_texture
impl Copy for __hip_texture
Auto Trait Implementations§
impl RefUnwindSafe for __hip_texture
impl Send for __hip_texture
impl Sync for __hip_texture
impl Unpin for __hip_texture
impl UnwindSafe for __hip_texture
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