Derive Macro sawp_flags::BitFlags [−][src]
#[derive(BitFlags)]Expand description
The BitFlags derive macro will implement the Flags Trait on your enum and
provide convenience methods for bit operations and type conversions.
#[derive(BitFlags)]The BitFlags derive macro will implement the Flags Trait on your enum and
provide convenience methods for bit operations and type conversions.