☰
In core::arch::x86
?
Function
core
::
arch
::
x86
::
_bittestandset
1.55.0
·
source
·
[
−
]
pub unsafe fn _bittestandset(p:
*mut
i32
, b:
i32
) ->
u8
Available on
x86 and (x86 or x86-64)
only.
Expand description
返回由
p
寻址的存储器的位置
b
中的位,然后将该位设置为
1
。