pub type Union = Struct;Expand description
Rust representation for BTF type BTF_KIND_UNION.
Aliased Type§
pub struct Union {
pub members: Vec<Member>,
/* private fields */
}Fields§
§members: Vec<Member>The members information. Use .len() to count them.