- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1171 - 1180 of 2,385 for host:doc.rust-lang.org (0.08 seconds)
-
Neg in std::ops - Rust
The unary negation operator `-`.doc.rust-lang.org/std/ops/trait.Neg.htmlThu May 28 17:42:14 GMT 2026 108.2K bytes -
RemAssign in std::ops - Rust
The remainder assignment operator `%=`.doc.rust-lang.org/std/ops/trait.RemAssign.htmlThu May 28 17:42:14 GMT 2026 114.7K bytes -
ParseFloatError in std::num - Rust
An error which can be returned when parsing a float.doc.rust-lang.org/std/num/struct.ParseFloatError.htmlThu May 28 17:42:13 GMT 2026 37K bytes -
TryFromIntError in std::num - Rust
The error type returned when a checked integral type conversion fails.doc.rust-lang.org/std/num/struct.TryFromIntError.htmlThu May 28 17:42:13 GMT 2026 40.5K bytes -
Saturating in std::num - Rust
Provides intentionally-saturating arithmetic on `T`.doc.rust-lang.org/std/num/struct.Saturating.htmlThu May 28 17:42:13 GMT 2026 2.4M bytes -
Shl in std::ops - Rust
The left 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.shl(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.Shl.htmlThu May 28 17:42:14 GMT 2026 920.2K bytes -
SocketAddrV6 in std::net - Rust
An IPv6 socket address.doc.rust-lang.org/std/net/struct.SocketAddrV6.htmlThu May 28 17:42:13 GMT 2026 76.1K bytes -
SocketAddrV4 in std::net - Rust
An IPv4 socket address.doc.rust-lang.org/std/net/struct.SocketAddrV4.htmlThu May 28 17:42:13 GMT 2026 64K bytes -
SocketAddr in std::net - Rust
An internet socket address, either IPv4 or IPv6.doc.rust-lang.org/std/net/enum.SocketAddr.htmlThu May 28 17:42:13 GMT 2026 74K bytes -
c_int in std::ffi - Rust
Equivalent to C’s `signed int` (`int`) type.doc.rust-lang.org/std/ffi/type.c_int.htmlThu May 28 17:42:10 GMT 2026 3.9K bytes