Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1601 - 1610 of 2,342 for host:doc.rust-lang.org (0.04 sec)

  1. min_align_of_val in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.min_align_of_val.html
    Registered: Wed Apr 16 02:31:22 UTC 2025
    - Last Modified: Thu Apr 03 09:31:41 UTC 2025
    - 5K bytes
    - Viewed (0)
  2. empty in std::io - Rust

    Creates a value that is always at EOF for reads, and ignores all data written.
    doc.rust-lang.org/std/io/fn.empty.html
    Registered: Wed Apr 16 02:31:25 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  3. copy in std::mem - Rust

    Bitwise-copies a value.
    doc.rust-lang.org/std/mem/fn.copy.html
    Registered: Wed Apr 16 02:31:39 UTC 2025
    - Last Modified: Thu Apr 03 09:31:41 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  4. symlink_file in std::os::windows::fs - Rust

    Creates a new symlink to a non-directory file on the filesystem.
    doc.rust-lang.org/std/os/windows/fs/fn.symlink_file.html
    Registered: Wed Apr 16 02:31:49 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  5. min_align_of in std::mem - Rust

    Returns the ABI-required minimum alignment of a type in bytes.
    doc.rust-lang.org/std/mem/fn.min_align_of.html
    Registered: Wed Apr 16 02:30:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. volatile_copy_memory in std::intrinsics - Rust

    Equivalent to the appropriate `llvm.memmove.p0i8.0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `min_align_of::<T>()`
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.html
    Registered: Wed Apr 16 02:31:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  7. u64x16 in std::simd::prelude - Rust

    A SIMD vector with 16 elements of type `u64`.
    doc.rust-lang.org/std/simd/prelude/type.u64x16.html
    Registered: Wed Apr 16 02:56:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  8. u16x4 in std::simd - Rust

    A SIMD vector with four elements of type `u16`.
    doc.rust-lang.org/std/simd/type.u16x4.html
    Registered: Wed Apr 16 02:56:55 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. mask8x8 in std::simd::prelude - Rust

    A SIMD mask with eight elements for vectors with 8-bit element types.
    doc.rust-lang.org/std/simd/prelude/type.mask8x8.html
    Registered: Wed Apr 16 02:57:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  10. u64x2 in std::simd - Rust

    A SIMD vector with two elements of type `u64`.
    doc.rust-lang.org/std/simd/type.u64x2.html
    Registered: Wed Apr 16 02:56:15 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top