The subtraction operator `-`.| doc.rust-lang.org
A common trait that allows explicit creation of a duplicate value.| doc.rust-lang.org
The 128-bit unsigned integer type.| doc.rust-lang.org
The 64-bit signed integer type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
A hashable type.| doc.rust-lang.org
The 32-bit signed integer type.| doc.rust-lang.org
A 32-bit floating-point type (specifically, the “binary32” type defined in IEEE 754-2008).| doc.rust-lang.org
Trait for types that form a total order.| doc.rust-lang.org
Trait for comparisons corresponding to equivalence relations.| doc.rust-lang.org
An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`.| doc.rust-lang.org
A SIMD vector with the shape of `[T; N]` but the operations of `T`.| doc.rust-lang.org
The 32-bit unsigned integer type.| doc.rust-lang.org
A measurement of the system clock, useful for talking to external entities like the file system or other processes.| doc.rust-lang.org
A trait for giving a type a useful default value.| doc.rust-lang.org