gdtf 0.2.0

Tools to read and inspect General Device Type Format (GDTF) files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Fixture type specific presets.

use serde::{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)]
pub struct FtPreset;