Function eikon3ds_core::util::bit_manipulation::is_bit_set_32
source · pub fn is_bit_set_32(val: u32, bit_idx: i32) -> bool
Expand description
Returns if the bit at the index is set if a u32 integer.
pub fn is_bit_set_32(val: u32, bit_idx: i32) -> bool
Returns if the bit at the index is set if a u32 integer.