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