- Sort Score
- Num 10 results
- Language All
- Labels All
Results 721 - 730 of 2,385 for host:doc.rust-lang.org (0.08 seconds)
-
Shr in std::ops - Rust
The right shift operator `>>`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rust’s type checker has special handling for `_ >> _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a >> b` and `a.shr(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.doc.rust-lang.org/std/ops/trait.Shr.htmlThu May 28 17:42:14 GMT 2026 920.3K bytes -
OsStrExt in std::os::windows::ffi - Rust
Windows-specific extensions to `OsStr`.doc.rust-lang.org/std/os/windows/ffi/trait.OsStrExt.htmlThu May 28 17:42:14 GMT 2026 8.7K bytes -
c_ulong in std::ffi - Rust
Equivalent to C’s `unsigned long` type.doc.rust-lang.org/std/ffi/type.c_ulong.htmlThu May 28 17:42:10 GMT 2026 4K bytes -
CStr in std::ffi - Rust
A dynamically-sized view of a C string.doc.rust-lang.org/std/ffi/struct.CStr.html -
c_ptrdiff_t in std::ffi - Rust
Equivalent to C’s `ptrdiff_t` type, from `stddef.h` (or `cstddef` for C++).doc.rust-lang.org/std/ffi/type.c_ptrdiff_t.htmlThu May 28 17:42:10 GMT 2026 3.9K bytes -
c_size_t in std::ffi - Rust
Equivalent to C’s `size_t` type, from `stddef.h` (or `cstddef` for C++).doc.rust-lang.org/std/ffi/type.c_size_t.htmlThu May 28 17:42:10 GMT 2026 3.8K bytes -
OsStringExt in std::os::windows::ffi - Rust
Windows-specific extensions to `OsString`.doc.rust-lang.org/std/os/windows/ffi/trait.OsStringExt.htmlThu May 28 17:42:14 GMT 2026 7.8K bytes -
Flatten in std::iter - Rust
An iterator that flattens one level of nesting in an iterator of things that can be turned into iterators.doc.rust-lang.org/std/iter/struct.Flatten.htmlThu May 28 17:42:12 GMT 2026 184.8K bytes -
Filter in std::iter - Rust
An iterator that filters the elements of `iter` with `predicate`.doc.rust-lang.org/std/iter/struct.Filter.html -
Scan in std::iter - Rust
An iterator to maintain state while iterating another iterator.doc.rust-lang.org/std/iter/struct.Scan.html