Struct lv2_raw::atom::LV2Atom [] [src]

#[repr(C)]
pub struct LV2Atom { pub size: u32, pub mytype: u32, }

The header of an atom:Atom.

Fields

< Size in bytes, not including type and size.

< Type of this atom (mapped URI).