Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1941 - 1950 of 2,271 for host:doc.rust-lang.org (0.12 sec)

  1. compare_bytes in std::intrinsics - Rust

    Lexicographically compare `[left, left + bytes)` and `[right, right + bytes)` as unsigned bytes, returning negative if `left` is less, zero if all the bytes match, or positive if `left` is greater.
    doc.rust-lang.org/std/intrinsics/fn.compare_bytes.html
    Registered: Mon Jan 05 03:02:38 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. assert_mem_uninitialized_valid in std::intrinsi...

    A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing. It does not guarantee to ever panic, and should only be called if an assertion failure will imply language UB in the following code.
    doc.rust-lang.org/std/intrinsics/fn.assert_mem_uninitialized_valid.html
    Registered: Mon Jan 05 03:02:42 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. metadata in std::fs - Rust

    Given a path, queries the file system to get information about a file, directory, etc.
    doc.rust-lang.org/std/fs/fn.metadata.html
    Registered: Mon Jan 05 03:02:48 UTC 2026
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  4. exp2f32 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f32.html
    Registered: Mon Jan 05 03:03:46 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. cold_path in std::intrinsics - Rust

    Hints to the compiler that current code path is cold.
    doc.rust-lang.org/std/intrinsics/fn.cold_path.html
    Registered: Mon Jan 05 03:02:28 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  6. copysignf64 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf64.html
    Registered: Mon Jan 05 02:56:25 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. read_link in std::fs - Rust

    Reads a symbolic link, returning the file that the link points to.
    doc.rust-lang.org/std/fs/fn.read_link.html
    Registered: Mon Jan 05 02:56:33 UTC 2026
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  8. fsub_algebraic in std::intrinsics - Rust

    Float subtraction that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fsub_algebraic.html
    Registered: Mon Jan 05 03:04:45 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  9. floorf64 in std::intrinsics - Rust

    Returns the largest integer less than or equal to an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.floorf64.html
    Registered: Mon Jan 05 03:04:58 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. const_deallocate in std::intrinsics - Rust

    Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, does nothing.
    doc.rust-lang.org/std/intrinsics/fn.const_deallocate.html
    Registered: Mon Jan 05 02:55:19 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top