Structsยง
- NonZero
U8 - Wrapper around
NonZeroU8
to implement conversion traits on a foreign type. - Spuriously
Failing U8 - Wrapper around
u8
with fallible and unsafe conversion options both ways. - TryFrom
IntError - The error type returned when a checked integral type conversion fails.
- U8With
Parity - Wrapper around
u8
with infallible conversions both ways. - U16
- Wrapper around
u16
to implement conversion traits on a foreign type.