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.
macro_rules! parse_flags {
($val:expr, $from:expr, $to:expr) => { ... };
}
Parse a bit-flag bits val
in the representation of from
to to
in bits.