Lines Matching full:primitive
160 /// Infallible conversions from a primitive integer to a large-enough [`Bounded`] are supported.
186 /// Infallible conversions from a [`Bounded`] to a primitive integer are also supported, and
214 /// Fallible conversions from any primitive integer to any [`Bounded`] are also supported using the
891 /// Implementations for infallibly converting a primitive type into a [`Bounded`] that can contain
926 /// Generates `From` implementations from a primitive type into a [`Bounded`] with
961 /// Local trait expressing the fact that a given [`Bounded`] fits into a primitive type of `N` bits,
965 /// Implementations for infallibly converting a [`Bounded`] into a primitive type that can contain
973 // Number of bits that fit into a 8-bits primitive.
978 // Other number of bits that fit into a 16-bits primitive.
983 // Other number of bits that fit into a 32-bits primitive.
991 // Other number of bits that fit into a 64-bits primitive.
1000 /// Generates [`From`] implementations from a [`Bounded`] into a primitive type that is