//! Fixture type specific presets.
useserde::{Deserialize, Serialize};/// Defines fixture type specific presets.
////// Has not yet been defined by the GDTF specification.
////// Corresponds to an `<FTPreset>` XML node.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]pubstructFtPreset;