Enum arrayfire::DType
[−]
[src]
#[repr(C)]pub enum DType { F32, C32, F64, C64, B8, S32, U32, U8, S64, U64, S16, U16, }
Types of Array data type
Variants
F3232 bit float
C3232 bit complex float
F6464 bit float
C6464 bit complex float
B88 bit boolean
S3232 bit signed integer
U3232 bit unsigned integer
U88 bit unsigned integer
S6464 bit signed integer
U6464 bit unsigned integer
S1616 bit signed integer
U1616 bit unsigned integer
Trait Implementations
impl Clone for DType[src]
fn clone(&self) -> DType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for DType[src]
impl Debug for DType[src]
impl PartialEq for DType[src]
fn eq(&self, __arg_0: &DType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.