[][src]Constant lv2_sys::LV2_State_Flags_LV2_STATE_IS_PORTABLE

pub const LV2_State_Flags_LV2_STATE_IS_PORTABLE: LV2_State_Flags = 2;

Portable (architecture independent) data.

Values with this flag are in a format that is usable on any architecture. A portable value saved on one machine can be restored on another machine regardless of architecture. The format of portable values MUST NOT depend on architecture-specific properties like endianness or alignment. Portable values MUST NOT contain filenames.