pub fn set_bits_u16(bitmap: &mut U16, mask: u16, value: u16)
Returns bitmap with the bits specified by mask set to value.
bitmap
mask
value