[][src]Module rustils::parse::short

Parsing primitives to i16

Traits

ToI16
ToI16RM

Functions

bool_to_i16_res

Parse bool to i16

bool_to_i16

Parse bool to i16

f32_to_i16_res
f32_to_i16
f32_to_i16_rm_res
f32_to_i16_rm
f64_to_i16_res
f64_to_i16
f64_to_i16_rm_res
f64_to_i16_rm
i32_to_i16_res
i32_to_i16
i64_to_i16_res
i64_to_i16
isize_to_i16_res
isize_to_i16
str_to_i16_res

Parse &str to i16

str_to_i16

Parse &str to i16

string_to_i16_res

Parse String to i16

string_to_i16

Parse String to i16

u16_to_i16_res

Parse u16 to i16

u16_to_i16

Parse u16 to i16

u32_to_i16_res

Parse u32 to i16

u32_to_i16

Parse u32 to i16

u64_to_i16_res

Parse u64 to i16

u64_to_i16

Parse u64 to i16

usize_to_i16_res

Parse usize to i16

usize_to_i16

Parse usize to i16

Type Definitions

ParseResultI16