Struct win_sys::SystemServices::APPLICATIONLAUNCH_SETTING_VALUE [−][src]
#[repr(C)]pub struct APPLICATIONLAUNCH_SETTING_VALUE {
pub ActivationTime: i64,
pub Flags: u32,
pub ButtonInstanceID: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
ActivationTime: i64Flags: u32ButtonInstanceID: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for APPLICATIONLAUNCH_SETTING_VALUE
impl Sync for APPLICATIONLAUNCH_SETTING_VALUE
impl Unpin for APPLICATIONLAUNCH_SETTING_VALUE
Blanket Implementations
Mutably borrows from an owned value. Read more