Struct windows::ApplicationModel::Background::SystemTriggerType
#[repr(transparent)]pub struct SystemTriggerType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SystemTriggerType
impl SystemTriggerType
pub const Invalid: Self = _
pub const SmsReceived: Self = _
pub const UserPresent: Self = _
pub const UserAway: Self = _
pub const NetworkStateChange: Self = _
pub const ControlChannelReset: Self = _
pub const InternetAvailable: Self = _
pub const SessionConnected: Self = _
pub const ServicingComplete: Self = _
pub const LockScreenApplicationAdded: Self = _
pub const LockScreenApplicationRemoved: Self = _
pub const TimeZoneChange: Self = _
pub const OnlineIdConnectedStateChange: Self = _
pub const BackgroundWorkCostChange: Self = _
pub const PowerStateChange: Self = _
pub const DefaultSignInAccountChange: Self = _
Trait Implementations§
§impl Clone for SystemTriggerType
impl Clone for SystemTriggerType
§fn clone(&self) -> SystemTriggerType
fn clone(&self) -> SystemTriggerType
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 SystemTriggerType
impl Debug for SystemTriggerType
§impl Default for SystemTriggerType
impl Default for SystemTriggerType
§fn default() -> SystemTriggerType
fn default() -> SystemTriggerType
Returns the “default value” for a type. Read more
§impl PartialEq for SystemTriggerType
impl PartialEq for SystemTriggerType
§fn eq(&self, other: &SystemTriggerType) -> bool
fn eq(&self, other: &SystemTriggerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SystemTriggerType
impl Eq for SystemTriggerType
impl StructuralPartialEq for SystemTriggerType
Auto Trait Implementations§
impl Freeze for SystemTriggerType
impl RefUnwindSafe for SystemTriggerType
impl Send for SystemTriggerType
impl Sync for SystemTriggerType
impl Unpin for SystemTriggerType
impl UnwindSafe for SystemTriggerType
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
)