Struct tauri_utils::config::SystemTrayConfig [−][src]
pub struct SystemTrayConfig {
pub icon_path: PathBuf,
}Expand description
Configuration for application system tray icon.
Fields
icon_path: PathBufPath to the icon to use on the system tray.
Automatically set to be an .png on macOS and Linux, and .ico on Windows.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SystemTrayConfigimpl Send for SystemTrayConfigimpl Sync for SystemTrayConfigimpl Unpin for SystemTrayConfigimpl UnwindSafe for SystemTrayConfigBlanket Implementations
Mutably borrows from an owned value. Read more