Struct hip_sys::hiprt::surfaceReference
source · #[repr(C)]pub struct surfaceReference {
pub surfaceObject: *mut __hip_surface,
}Expand description
hip surface reference
Fields§
§surfaceObject: *mut __hip_surfaceTrait 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
source§impl Default for surfaceReference
impl Default for surfaceReference
source§fn default() -> surfaceReference
fn default() -> surfaceReference
Returns the “default value” for a type. Read more
source§impl Hash for surfaceReference
impl Hash for surfaceReference
source§impl Ord for surfaceReference
impl Ord for surfaceReference
source§fn cmp(&self, other: &surfaceReference) -> Ordering
fn cmp(&self, other: &surfaceReference) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<surfaceReference> for surfaceReference
impl PartialEq<surfaceReference> for surfaceReference
source§fn eq(&self, other: &surfaceReference) -> bool
fn eq(&self, other: &surfaceReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<surfaceReference> for surfaceReference
impl PartialOrd<surfaceReference> for surfaceReference
source§fn partial_cmp(&self, other: &surfaceReference) -> Option<Ordering>
fn partial_cmp(&self, other: &surfaceReference) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for surfaceReference
impl Eq for surfaceReference
impl StructuralEq for surfaceReference
impl StructuralPartialEq for surfaceReference
Auto Trait Implementations§
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