std_
detect
1.89.0-nightly-4d051fb30-2025-05-18
Target
x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu
aarch64-apple-darwin
In std_
detect::
detect::
cache
Structs
Cache
Initializer
Constants
CACHE_CAPACITY
Statics
CACHE
Functions
detect_and_initialize
initialize
set_bit
test
test_bit
unset_bit
std_detect
::
detect
::
cache
Function
set_bit
Copy item path
Settings
Help
Summary
Source
const fn set_bit(x:
u128
, bit:
u32
) ->
u128
🔬
This is a nightly-only experimental API. (
stdarch_internal
)
Expand description
Sets the
bit
of
x
.