LV2_Atom_Bool

Type Alias LV2_Atom_Bool 

Source
pub type LV2_Atom_Bool = LV2_Atom_Int;
Expand description

An atom:Bool. May be cast to LV2_Atom.

Aliased Type§

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

Fields§

§atom: LV2_Atom

< Atom header.

§body: i32

< Integer value.