Struct ash::vk::CuModuleNVX
source · pub struct CuModuleNVX(/* private fields */);
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 for CuModuleNVX
impl PartialEq 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 for CuModuleNVX
impl PartialOrd 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 moresource§impl Pointer for CuModuleNVX
impl Pointer for CuModuleNVX
impl Copy for CuModuleNVX
impl Eq for CuModuleNVX
impl StructuralPartialEq for CuModuleNVX
Auto Trait Implementations§
impl Freeze for CuModuleNVX
impl RefUnwindSafe for CuModuleNVX
impl Send for CuModuleNVX
impl Sync for CuModuleNVX
impl Unpin for CuModuleNVX
impl UnwindSafe for CuModuleNVX
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