Struct ash::vk::CuFunctionNVX
source · #[repr(transparent)]pub struct CuFunctionNVX(_);
Expand description
Implementations§
source§impl CuFunctionNVX
impl CuFunctionNVX
Trait Implementations§
source§impl Clone for CuFunctionNVX
impl Clone for CuFunctionNVX
source§fn clone(&self) -> CuFunctionNVX
fn clone(&self) -> CuFunctionNVX
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 CuFunctionNVX
impl Debug for CuFunctionNVX
source§impl Default for CuFunctionNVX
impl Default for CuFunctionNVX
source§fn default() -> CuFunctionNVX
fn default() -> CuFunctionNVX
Returns the “default value” for a type. Read more
source§impl Handle for CuFunctionNVX
impl Handle for CuFunctionNVX
source§impl Hash for CuFunctionNVX
impl Hash for CuFunctionNVX
source§impl Ord for CuFunctionNVX
impl Ord for CuFunctionNVX
source§fn cmp(&self, other: &CuFunctionNVX) -> Ordering
fn cmp(&self, other: &CuFunctionNVX) -> 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<CuFunctionNVX> for CuFunctionNVX
impl PartialEq<CuFunctionNVX> for CuFunctionNVX
source§fn eq(&self, other: &CuFunctionNVX) -> bool
fn eq(&self, other: &CuFunctionNVX) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CuFunctionNVX> for CuFunctionNVX
impl PartialOrd<CuFunctionNVX> for CuFunctionNVX
source§fn partial_cmp(&self, other: &CuFunctionNVX) -> Option<Ordering>
fn partial_cmp(&self, other: &CuFunctionNVX) -> 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 more