Struct lv2_raw::atom::LV2AtomObjectBody [] [src]

#[repr(C)]
pub struct LV2AtomObjectBody { pub id: u32, pub otype: u32, }

The body of an atom:Object. May be cast to LV2_Atom.

Fields

< URID, or 0 for blank.

< Type URID (same as rdf:type, for fast dispatch).