- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1771 - 1780 of 2,385 for host:doc.rust-lang.org (0.06 seconds)
-
Ordering in std::cmp - Rust
An `Ordering` is the result of a comparison between two values.doc.rust-lang.org/std/cmp/enum.Ordering.htmlThu May 28 17:42:09 GMT 2026 61.4K bytes -
RefUnwindSafe in std::panic - Rust
A marker trait representing types where a shared reference is considered unwind safe.doc.rust-lang.org/std/panic/trait.RefUnwindSafe.htmlThu May 28 17:42:15 GMT 2026 352.8K bytes -
Freeze in std::marker - Rust
Used to determine whether a type contains any `UnsafeCell` internally, but not through an indirection. This affects, for example, whether a `static` of that type is placed in read-only static memory or writable static memory. This can be used to declare that a constant with a generic type will not contain interior mutability, and subsequently allow placing the constant behind references.doc.rust-lang.org/std/marker/trait.Freeze.htmlThu May 28 17:42:13 GMT 2026 295.8K bytes -
Into in std::convert - Rust
A value-to-value conversion that consumes the input value. The opposite of `From`.doc.rust-lang.org/std/convert/trait.Into.htmlThu May 28 17:42:09 GMT 2026 12.9K bytes -
UnsafeUnpin in std::marker - Rust
Used to determine whether a type contains any `UnsafePinned` (or `PhantomPinned`) internally, but not through an indirection. This affects, for example, whether we emit `noalias` metadata for `&mut T` or not.doc.rust-lang.org/std/marker/trait.UnsafeUnpin.htmlThu May 28 17:42:13 GMT 2026 314.9K bytes -
Error in std::io - Rust
The error type for I/O operations of the `Read`, `Write`, `Seek`, and associated traits.doc.rust-lang.org/std/io/struct.Error.htmlThu May 28 17:42:12 GMT 2026 67.6K bytes -
FpCategory in std::num - Rust
A classification of floating point numbers.doc.rust-lang.org/std/num/enum.FpCategory.htmlThu May 28 17:42:13 GMT 2026 34.3K bytes -
FloatToInt in std::convert - Rust
Supporting trait for inherent methods of `f32` and `f64` such as `to_int_unchecked`. Typically doesn’t need to be used directly.doc.rust-lang.org/std/convert/trait.FloatToInt.htmlThu May 28 17:42:09 GMT 2026 27.1K bytes -
SimdElement in std::simd - Rust
Marker trait for types that may be used as SIMD vector elements.doc.rust-lang.org/std/simd/trait.SimdElement.htmlThu May 28 17:42:16 GMT 2026 19.6K bytes -
TryFromSliceError in std::array - Rust
The error type returned when a conversion from a slice to an array fails.doc.rust-lang.org/std/array/struct.TryFromSliceError.htmlThu May 28 17:42:08 GMT 2026 34.9K bytes