Scalar Types
-
Integer
- signed:
i8, i16, i32, i64, isize
(arch) - unsigned:
u8, u16, u32, u64, usize
(arch)
- signed:
-
Floating-point:
f32, f64
-
Boolean
-
Character: unicode scalar value of 4 bytes size
Integer
i8, i16, i32, i64, isize
(arch)u8, u16, u32, u64, usize
(arch)Floating-point: f32, f64
Boolean
Character: unicode scalar value of 4 bytes size