Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 test [xss] テスト

Results 191 - 200 of 2,266 for host:doc.rust-lang.org (0.81 sec)

  1. transmute_unchecked in std::intrinsics - Rust

    Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.
    doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.html
    Registered: Wed Nov 05 03:24:40 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. ub_checks in std::intrinsics - Rust

    Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.
    doc.rust-lang.org/std/intrinsics/fn.ub_checks.html
    Registered: Wed Nov 05 03:25:03 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 5K bytes
    - Viewed (0)
  3. repeat in std::iter - Rust

    Creates a new iterator that endlessly repeats a single element.
    doc.rust-lang.org/std/iter/fn.repeat.html
    Registered: Wed Nov 05 03:25:50 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  4. unchecked_shr in std::intrinsics - Rust

    Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.html
    Registered: Wed Nov 05 03:25:57 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. copy in std::io - Rust

    Copies the entire contents of a reader into a writer.
    doc.rust-lang.org/std/io/fn.copy.html
    Registered: Wed Nov 05 03:27:18 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  6. Tuple in std::marker - Rust

    A marker for tuple types.
    doc.rust-lang.org/std/marker/trait.Tuple.html
    Registered: Wed Nov 05 02:36:50 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. UnsizedConstParamTy in std::marker - Rust

    A marker for types which can be used as types of `const` generic parameters.
    doc.rust-lang.org/std/marker/trait.UnsizedConstParamTy.html
    Registered: Wed Nov 05 02:37:20 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  8. DiscriminantKind in std::marker - Rust

    Compiler-internal trait used to indicate the type of enum discriminants.
    doc.rust-lang.org/std/marker/trait.DiscriminantKind.html
    Registered: Wed Nov 05 02:37:29 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  9. AsSocket in std::os::windows::io - Rust

    A trait to borrow the socket from an underlying object.
    doc.rust-lang.org/std/os/windows/io/trait.AsSocket.html
    Registered: Wed Nov 05 02:42:31 UTC 2025
    - Last Modified: Thu Oct 30 18:22:30 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  10. IntoRawHandle in std::os::windows::io - Rust

    A trait to express the ability to consume an object and acquire ownership of its raw `HANDLE`.
    doc.rust-lang.org/std/os/windows/io/trait.IntoRawHandle.html
    Registered: Wed Nov 05 02:42:35 UTC 2025
    - Last Modified: Thu Oct 30 18:22:30 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top