Struct lv2_raw::atom::LV2AtomVectorBody [] [src]

#[repr(C)]
pub struct LV2AtomVectorBody { pub child_size: u32, pub child_type: u32, }

The body of an atom:Vector.

Fields

< The size of each element in the vector.

< The type of each element in the vector.