#[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: i64
Flags: u32
ButtonInstanceID: u32
Trait Implementations
impl Clone for APPLICATIONLAUNCH_SETTING_VALUE
impl Clone for APPLICATIONLAUNCH_SETTING_VALUE
impl Copy for APPLICATIONLAUNCH_SETTING_VALUE
Auto Trait Implementations
impl RefUnwindSafe for APPLICATIONLAUNCH_SETTING_VALUE
impl Send for APPLICATIONLAUNCH_SETTING_VALUE
impl Sync for APPLICATIONLAUNCH_SETTING_VALUE
impl Unpin for APPLICATIONLAUNCH_SETTING_VALUE
impl UnwindSafe for APPLICATIONLAUNCH_SETTING_VALUE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more