pub const fn set_bits_u8(bitmap: &mut u8, mask: u8, value: u8)
Returns bitmap with the bits specified by mask set to value.
bitmap
mask
value