Macro rustix::utils::default_union
source ยท macro_rules! default_union { ($union:ident, $field:ident) => { ... }; }
Expand description
Create a union value containing a default value in one of its arms.
The field names a union field which must have the same size as the union itself.