//! Platform specific settings for Linux.
/// The platform specific window settings of an application.
#[derive(Debug, Clone, PartialEq, Eq, Default)]pubstructPlatformSpecific{/// Sets the application id of the window.
////// As a best practice, it is suggested to select an application id that match
/// the basename of the application’s .desktop file.
pubapplication_id: String,
}