Macro rustix::bitcast::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.