#[repr(transparent)]pub struct ActivationKind(pub i32);
Expand description
Required features: "ApplicationModel_Activation"
Tuple Fields
0: i32
Implementations
impl ActivationKind
impl ActivationKind
pub const Launch: Self = Self(0i32)
pub const Search: Self = Self(1i32)
pub const File: Self = Self(3i32)
pub const Protocol: Self = Self(4i32)
pub const FileOpenPicker: Self = Self(5i32)
pub const FileSavePicker: Self = Self(6i32)
pub const CachedFileUpdater: Self = Self(7i32)
pub const ContactPicker: Self = Self(8i32)
pub const Device: Self = Self(9i32)
pub const PrintTaskSettings: Self = Self(10i32)
pub const CameraSettings: Self = Self(11i32)
pub const RestrictedLaunch: Self = Self(12i32)
pub const AppointmentsProvider: Self = Self(13i32)
pub const Contact: Self = Self(14i32)
pub const LockScreenCall: Self = Self(15i32)
pub const VoiceCommand: Self = Self(16i32)
pub const LockScreen: Self = Self(17i32)
pub const PickerReturned: Self = Self(1000i32)
pub const WalletAction: Self = Self(1001i32)
pub const PickFileContinuation: Self = Self(1002i32)
pub const PickSaveFileContinuation: Self = Self(1003i32)
pub const PickFolderContinuation: Self = Self(1004i32)
pub const WebAuthenticationBrokerContinuation: Self = Self(1005i32)
pub const WebAccountProvider: Self = Self(1006i32)
pub const ComponentUI: Self = Self(1007i32)
pub const ProtocolForResults: Self = Self(1009i32)
pub const ToastNotification: Self = Self(1010i32)
pub const Print3DWorkflow: Self = Self(1011i32)
pub const DialReceiver: Self = Self(1012i32)
pub const DevicePairing: Self = Self(1013i32)
pub const UserDataAccountsProvider: Self = Self(1014i32)
pub const FilePickerExperience: Self = Self(1015i32)
pub const LockScreenComponent: Self = Self(1016i32)
pub const ContactPanel: Self = Self(1017i32)
pub const PrintWorkflowForegroundTask: Self = Self(1018i32)
pub const GameUIProvider: Self = Self(1019i32)
pub const StartupTask: Self = Self(1020i32)
pub const CommandLineLaunch: Self = Self(1021i32)
pub const BarcodeScannerProvider: Self = Self(1022i32)
pub const PrintSupportJobUI: Self = Self(1023i32)
pub const PrintSupportSettingsUI: Self = Self(1024i32)
pub const PhoneCallActivation: Self = Self(1025i32)
pub const VpnForeground: Self = Self(1026i32)
Trait Implementations
impl Clone for ActivationKind
impl Clone for ActivationKind
impl Copy for ActivationKind
Auto Trait Implementations
impl RefUnwindSafe for ActivationKind
impl Send for ActivationKind
impl Sync for ActivationKind
impl Unpin for ActivationKind
impl UnwindSafe for ActivationKind
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