Struct ash::vk::CudaFunctionNV  
source · pub struct CudaFunctionNV(/* private fields */);Expand description
Implementations§
Trait Implementations§
source§impl Clone for CudaFunctionNV
 
impl Clone for CudaFunctionNV
source§fn clone(&self) -> CudaFunctionNV
 
fn clone(&self) -> CudaFunctionNV
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 CudaFunctionNV
 
impl Debug for CudaFunctionNV
source§impl Default for CudaFunctionNV
 
impl Default for CudaFunctionNV
source§fn default() -> CudaFunctionNV
 
fn default() -> CudaFunctionNV
Returns the “default value” for a type. Read more
source§impl Handle for CudaFunctionNV
 
impl Handle for CudaFunctionNV
source§impl Hash for CudaFunctionNV
 
impl Hash for CudaFunctionNV
source§impl Ord for CudaFunctionNV
 
impl Ord for CudaFunctionNV
source§fn cmp(&self, other: &CudaFunctionNV) -> Ordering
 
fn cmp(&self, other: &CudaFunctionNV) -> 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 CudaFunctionNV
 
impl PartialEq for CudaFunctionNV
source§impl PartialOrd for CudaFunctionNV
 
impl PartialOrd for CudaFunctionNV
source§impl Pointer for CudaFunctionNV
 
impl Pointer for CudaFunctionNV
impl Copy for CudaFunctionNV
impl Eq for CudaFunctionNV
impl StructuralPartialEq for CudaFunctionNV
Auto Trait Implementations§
impl Freeze for CudaFunctionNV
impl RefUnwindSafe for CudaFunctionNV
impl Send for CudaFunctionNV
impl Sync for CudaFunctionNV
impl Unpin for CudaFunctionNV
impl UnwindSafe for CudaFunctionNV
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)