Enum arrayfire::DType [−][src]
#[repr(u32)]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]
impl Clone for DTypefn clone(&self) -> DType[src]
fn clone(&self) -> DTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for DType[src]
impl Copy for DTypeimpl Debug for DType[src]
impl Debug for DTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DType[src]
impl PartialEq for DTypefn eq(&self, other: &DType) -> bool[src]
fn eq(&self, other: &DType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl From<u32> for DType[src]
impl From<u32> for DType