]> git.lizzy.rs Git - rust.git/blob - library/core/src/ffi/c_ushort.md
Revert "Implement allow-by-default multiple_supertrait_upcastable lint"
[rust.git] / library / core / src / ffi / c_ushort.md
1 Equivalent to C's `unsigned short` type.
2
3 This type will almost always be [`u16`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as a [`short`].
4
5 [`short`]: c_short