- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of 2,312 for host:doc.rust-lang.org (0.1 seconds)
-
CharTryFromError in std::char - Rust
The error type returned when a conversion from `prim@u32` to `prim@char` fails.doc.rust-lang.org/std/char/struct.CharTryFromError.htmlThu Mar 26 12:55:53 GMT 2026 36.3K bytes -
Allocator in std::alloc - Rust
An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`.doc.rust-lang.org/std/alloc/trait.Allocator.htmlThu Mar 26 12:55:53 GMT 2026 35K bytes -
from_u32_unchecked in std::char - Rust
Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked` instead.doc.rust-lang.org/std/char/fn.from_u32_unchecked.htmlThu Mar 26 12:55:53 GMT 2026 3.7K bytes -
ParseIntError in std::num - Rust
An error which can be returned when parsing an integer.doc.rust-lang.org/std/num/struct.ParseIntError.htmlThu Mar 26 12:55:58 GMT 2026 38K bytes -
NulError in std::ffi - Rust
An error indicating that an interior nul byte was found.doc.rust-lang.org/std/ffi/struct.NulError.html -
VecDeque in std::collections - Rust
A double-ended queue implemented with a growable ring buffer.doc.rust-lang.org/std/collections/struct.VecDeque.html -
IpAddr in std::net - Rust
An IP address, either IPv4 or IPv6.doc.rust-lang.org/std/net/enum.IpAddr.htmlThu Mar 26 12:55:58 GMT 2026 118.2K bytes -
Range in std::ops - Rust
A (half-open) range bounded inclusively below and exclusively above (`start..end`).doc.rust-lang.org/std/ops/struct.Range.html -
Mask in std::simd - Rust
A SIMD vector mask for `N` elements of width specified by `Element`.doc.rust-lang.org/std/simd/struct.Mask.html -
Drain in std::vec - Rust
A draining iterator for `Vec<T>`.doc.rust-lang.org/std/vec/struct.Drain.html