pub fn element_set_true_from(value: &mut u32, ndx: usize)Available on (crate features
bigendian or net) and crate feature bigendian only.Expand description
Set all bits from [ndx..] to true (1).
Doesn’t do anything if ndx >= ELEMENT_BITS.