1.0.0[−][src]Constant sgx_tstd::i16::MIN
pub const MIN: i16 = i16::min_value(); // -32_768i16
The smallest value that can be represented by this integer type.
Use i16::MIN
instead.
pub const MIN: i16 = i16::min_value(); // -32_768i16
The smallest value that can be represented by this integer type.
Use i16::MIN
instead.