1.0.0[−][src]Constant sgx_tstd::u32::MAX
pub const MAX: u32 = u32::max_value(); // 4_294_967_295u32
The largest value that can be represented by this integer type.
Use u32::MAX
instead.
pub const MAX: u32 = u32::max_value(); // 4_294_967_295u32
The largest value that can be represented by this integer type.
Use u32::MAX
instead.