Function eikon3ds_core::util::bit_manipulation::set_bit_32
source · pub fn set_bit_32(val: u32, bit_idx: i32, bit_val: bool) -> u32
Expand description
Sets the bit index to the bit value of a u32 integer.
pub fn set_bit_32(val: u32, bit_idx: i32, bit_val: bool) -> u32
Sets the bit index to the bit value of a u32 integer.