Struct windows::ApplicationModel::Activation::ActivationKind
#[repr(transparent)]pub struct ActivationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ActivationKind
impl ActivationKind
pub const Launch: Self = _
pub const Search: Self = _
pub const File: Self = _
pub const Protocol: Self = _
pub const FileOpenPicker: Self = _
pub const FileSavePicker: Self = _
pub const CachedFileUpdater: Self = _
pub const ContactPicker: Self = _
pub const Device: Self = _
pub const PrintTaskSettings: Self = _
pub const CameraSettings: Self = _
pub const RestrictedLaunch: Self = _
pub const AppointmentsProvider: Self = _
pub const Contact: Self = _
pub const LockScreenCall: Self = _
pub const VoiceCommand: Self = _
pub const LockScreen: Self = _
pub const PickerReturned: Self = _
pub const WalletAction: Self = _
pub const PickFileContinuation: Self = _
pub const PickSaveFileContinuation: Self = _
pub const PickFolderContinuation: Self = _
pub const WebAuthenticationBrokerContinuation: Self = _
pub const WebAccountProvider: Self = _
pub const ComponentUI: Self = _
pub const ProtocolForResults: Self = _
pub const ToastNotification: Self = _
pub const Print3DWorkflow: Self = _
pub const DialReceiver: Self = _
pub const DevicePairing: Self = _
pub const UserDataAccountsProvider: Self = _
pub const FilePickerExperience: Self = _
pub const LockScreenComponent: Self = _
pub const ContactPanel: Self = _
pub const PrintWorkflowForegroundTask: Self = _
pub const GameUIProvider: Self = _
pub const StartupTask: Self = _
pub const CommandLineLaunch: Self = _
pub const BarcodeScannerProvider: Self = _
pub const PrintSupportJobUI: Self = _
pub const PrintSupportSettingsUI: Self = _
pub const PhoneCallActivation: Self = _
pub const VpnForeground: Self = _
Trait Implementations§
§impl Clone for ActivationKind
impl Clone for ActivationKind
§fn clone(&self) -> ActivationKind
fn clone(&self) -> ActivationKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ActivationKind
impl Debug for ActivationKind
§impl Default for ActivationKind
impl Default for ActivationKind
§fn default() -> ActivationKind
fn default() -> ActivationKind
Returns the “default value” for a type. Read more
§impl PartialEq for ActivationKind
impl PartialEq for ActivationKind
§fn eq(&self, other: &ActivationKind) -> bool
fn eq(&self, other: &ActivationKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ActivationKind
impl Eq for ActivationKind
impl StructuralPartialEq for ActivationKind
Auto Trait Implementations§
impl Freeze for ActivationKind
impl RefUnwindSafe for ActivationKind
impl Send for ActivationKind
impl Sync for ActivationKind
impl Unpin for ActivationKind
impl UnwindSafe for ActivationKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)