#[repr(C)]pub enum cudnnDataType_t {
CUDNN_DATA_FLOAT = 0,
CUDNN_DATA_DOUBLE = 1,
CUDNN_DATA_HALF = 2,
}Variants§
Trait Implementations§
Source§impl Clone for cudnnDataType_t
impl Clone for cudnnDataType_t
Source§fn clone(&self) -> cudnnDataType_t
fn clone(&self) -> cudnnDataType_t
Returns a duplicate 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 cudnnDataType_t
impl Debug for cudnnDataType_t
Source§impl PartialEq for cudnnDataType_t
impl PartialEq for cudnnDataType_t
impl Copy for cudnnDataType_t
impl StructuralPartialEq for cudnnDataType_t
Auto Trait Implementations§
impl Freeze for cudnnDataType_t
impl RefUnwindSafe for cudnnDataType_t
impl Send for cudnnDataType_t
impl Sync for cudnnDataType_t
impl Unpin for cudnnDataType_t
impl UnwindSafe for cudnnDataType_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