Type Alias Union

Source
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>