macro_rules! XUnionWithEmptyStructUnknown {
() => { ... };
}Expand description
Pattern that matches an unknown XUnionWithEmptyStruct member.
macro_rules! XUnionWithEmptyStructUnknown {
() => { ... };
}Pattern that matches an unknown XUnionWithEmptyStruct member.