Struct lv2_raw::atomutils::LV2AtomObjectQuery [] [src]

pub struct LV2AtomObjectQuery {
    pub key: u32,
    pub value: *mut *mut LV2Atom,
}

A single entry in an Object query.

Fields

< Key to query (input set by user)

< Found value (output set by query function)