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