[][src]Trait ocaml::bigarray::Kind

pub trait Kind {
    type T: Clone + Copy;
    fn kind() -> i32;
}

Bigarray kind

Associated Types

type T: Clone + Copy

Array item type

Loading content...

Required methods

fn kind() -> i32

OCaml bigarray type identifier

Loading content...

Implementations on Foreign Types

impl Kind for u8[src]

type T = u8

impl Kind for i8[src]

type T = i8

impl Kind for u16[src]

type T = u16

impl Kind for i16[src]

type T = i16

impl Kind for f32[src]

type T = f32

impl Kind for f64[src]

type T = f64

impl Kind for i64[src]

type T = i64

impl Kind for i32[src]

type T = i32

impl Kind for char[src]

type T = char

Loading content...

Implementors

Loading content...