bitflags_bits

Macro bitflags_bits 

Source
macro_rules! bitflags_bits {
    ($x:expr) => { ... };
}
Expand description

Return a bitcast of the value of $x.bits(), where $x is a bitflags type.