pub fn set_bits_u32(bitmap: &mut U32, mask: u32, value: u32)
Returns bitmap with the bits specified by mask set to value.
bitmap
mask
value