Struct lv2_raw::atom::LV2AtomInt [] [src]

#[repr(C)]
pub struct LV2AtomInt { pub atom: LV2Atom, pub body: i32, }

An atom:Int or atom:Bool. May be cast to LV2_Atom.

Fields

< Atom header.

< Integer value.