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