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