Macro sgx_types::impl_bitflags
source · [−]macro_rules! impl_bitflags {
(
$(#[$outer:meta])*
pub struct $BitFlags:ident: $T:ty {
$(
const $Flag:ident = $value:expr;
)+
}
) => { ... };
}