mz_ore
0.1.0
In mz_
ore::
cast
Modules
target64
Macros
cast_from
cast_lossy
reinterpret_cast
try_cast_from
Traits
CastFrom
CastInto
CastLossy
ReinterpretCast
TryCastFrom
Functions
i16_to_i128
i16_to_i16
i16_to_i32
i16_to_i64
i32_to_i128
i32_to_i32
i32_to_i64
i64_to_i128
i64_to_i64
i8_to_i128
i8_to_i16
i8_to_i32
i8_to_i64
i8_to_i8
u16_to_i128
u16_to_i32
u16_to_i64
u16_to_u128
u16_to_u16
u16_to_u32
u16_to_u64
u32_to_i128
u32_to_i64
u32_to_u128
u32_to_u32
u32_to_u64
u64_to_i128
u64_to_u128
u64_to_u64
u8_to_i128
u8_to_i16
u8_to_i32
u8_to_i64
u8_to_u128
u8_to_u16
u8_to_u32
u8_to_u64
u8_to_u8
mz_ore
::
cast
Macro
reinterpret_cast
Copy item path
Settings
Help
Summary
Source
macro_rules! reinterpret_cast { ($from:ty, $to:ty) => { ... }; }