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