#[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 Freeze for __hip_texture
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