-
Notifications
You must be signed in to change notification settings - Fork 64
Representation of unions #13
Copy link
Copy link
Closed
Labels
A-layoutTopic: Related to data structure layout (`#[repr]`)Topic: Related to data structure layout (`#[repr]`)S-writeup-neededStatus: Ready for a writeup and no one is assignedStatus: Ready for a writeup and no one is assigned
Metadata
Metadata
Assignees
Labels
A-layoutTopic: Related to data structure layout (`#[repr]`)Topic: Related to data structure layout (`#[repr]`)S-writeup-neededStatus: Ready for a writeup and no one is assignedStatus: Ready for a writeup and no one is assigned
Type
Fields
Give feedbackNo fields configured for issues without a type.
Discussing how unions are laid out.
#[repr(C)]meaningful when applie to a union?