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.