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

32 bit float

32 bit complex float

64 bit float

64 bit complex float

8 bit boolean

32 bit signed integer

32 bit unsigned integer

8 bit unsigned integer

64 bit signed integer

64 bit unsigned integer

16 bit signed integer

16 bit unsigned integer

Trait Implementations

impl Clone for DType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DType
[src]

impl Debug for DType
[src]

Formats the value using the given formatter.

impl PartialEq for DType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i32> for DType
[src]

Performs the conversion.