Struct lv2_raw::atom::LV2AtomPropertyBody [] [src]

#[repr(C)]
pub struct LV2AtomPropertyBody { pub key: u32, pub context: u32, pub value: LV2Atom, }

The body of an atom:Property (e.g. in an atom:Object).

Fields

< Key (predicate) (mapped URI).

< Context URID (may be, and generally is, 0).

< Value atom header.