pub struct cudaDataType_t(/* private fields */);Expand description
Temporary ABI shim for cudaDataType_t while the cuVS C API exposes CUDA types.
TODO: Remove this once the cuVS C API removes cudaDataType_t reliance.
Implementations§
Trait Implementations§
Source§impl Clone for cudaDataType_t
impl Clone for cudaDataType_t
Source§fn clone(&self) -> cudaDataType_t
fn clone(&self) -> cudaDataType_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cudaDataType_t
Source§impl Debug for cudaDataType_t
impl Debug for cudaDataType_t
impl Eq for cudaDataType_t
Source§impl Hash for cudaDataType_t
impl Hash for cudaDataType_t
Source§impl PartialEq for cudaDataType_t
impl PartialEq for cudaDataType_t
Source§fn eq(&self, other: &cudaDataType_t) -> bool
fn eq(&self, other: &cudaDataType_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for cudaDataType_t
Auto Trait Implementations§
impl Freeze for cudaDataType_t
impl RefUnwindSafe for cudaDataType_t
impl Send for cudaDataType_t
impl Sync for cudaDataType_t
impl Unpin for cudaDataType_t
impl UnsafeUnpin for cudaDataType_t
impl UnwindSafe for cudaDataType_t
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