Struct ash::vk::CudaFunctionNV
source · #[repr(transparent)]pub struct CudaFunctionNV(u64);
Expand description
Tuple Fields§
§0: u64
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§fn eq(&self, other: &CudaFunctionNV) -> bool
fn eq(&self, other: &CudaFunctionNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CudaFunctionNV
impl PartialOrd for CudaFunctionNV
source§fn partial_cmp(&self, other: &CudaFunctionNV) -> Option<Ordering>
fn partial_cmp(&self, other: &CudaFunctionNV) -> 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 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