#[repr(C)]pub struct surfaceReference {
pub surfaceObject: hipSurfaceObject_t,
}
Expand description
hip surface reference
Fields§
§surfaceObject: hipSurfaceObject_t
Trait Implementations§
Source§impl Clone for surfaceReference
impl Clone for surfaceReference
Source§fn clone(&self) -> surfaceReference
fn clone(&self) -> surfaceReference
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 surfaceReference
impl Debug for surfaceReference
impl Copy for surfaceReference
Auto Trait Implementations§
impl Freeze for surfaceReference
impl RefUnwindSafe for surfaceReference
impl !Send for surfaceReference
impl !Sync for surfaceReference
impl Unpin for surfaceReference
impl UnwindSafe for surfaceReference
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