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