Struct native_windows_gui::TrayNotificationBuilder [−][src]
pub struct TrayNotificationBuilder<'a> { /* fields omitted */ }Implementations
Note: balloon_icon is only used if info is set AND flags uses USER_ICON
Note: flags are only used if info is set
Note: tip will be truncated to 127 characters
Note: info will be truncated to 255 characters
Note: info will be truncated to 63 characters Note 2: This value is only used if info is also specified
Auto Trait Implementations
impl<'a> RefUnwindSafe for TrayNotificationBuilder<'a>impl<'a> !Send for TrayNotificationBuilder<'a>impl<'a> !Sync for TrayNotificationBuilder<'a>impl<'a> Unpin for TrayNotificationBuilder<'a>impl<'a> UnwindSafe for TrayNotificationBuilder<'a>