2024-06-21 07:03:08 -05:00
|
|
|
//@ has union/union.U.html
|
2016-08-10 13:00:17 -05:00
|
|
|
pub union U {
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has - //pre "pub a: u8"
|
2016-08-10 13:00:17 -05:00
|
|
|
pub a: u8,
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has - //pre "/* private fields */"
|
|
|
|
//@ !has - //pre "b: u16"
|
2016-08-10 13:00:17 -05:00
|
|
|
b: u16,
|
|
|
|
}
|