Macro parse_flags

Source
macro_rules! parse_flags {
    ($val:expr, $from:expr, $to:expr) => { ... };
}
Expand description

Parse a bit-flag bits val in the representation of from to to in bits.