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