Struct windows::ApplicationModel::Calls::Background::PhoneTriggerType
#[repr(transparent)]pub struct PhoneTriggerType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhoneTriggerType
impl PhoneTriggerType
pub const NewVoicemailMessage: Self = _
pub const CallHistoryChanged: Self = _
pub const LineChanged: Self = _
pub const AirplaneModeDisabledForEmergencyCall: Self = _
pub const CallOriginDataRequest: Self = _
pub const CallBlocked: Self = _
pub const IncomingCallDismissed: Self = _
pub const IncomingCallNotification: Self = _
Trait Implementations§
§impl Clone for PhoneTriggerType
impl Clone for PhoneTriggerType
§fn clone(&self) -> PhoneTriggerType
fn clone(&self) -> PhoneTriggerType
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 PhoneTriggerType
impl Debug for PhoneTriggerType
§impl Default for PhoneTriggerType
impl Default for PhoneTriggerType
§fn default() -> PhoneTriggerType
fn default() -> PhoneTriggerType
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneTriggerType
impl PartialEq for PhoneTriggerType
§fn eq(&self, other: &PhoneTriggerType) -> bool
fn eq(&self, other: &PhoneTriggerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PhoneTriggerType
impl Eq for PhoneTriggerType
impl StructuralPartialEq for PhoneTriggerType
Auto Trait Implementations§
impl Freeze for PhoneTriggerType
impl RefUnwindSafe for PhoneTriggerType
impl Send for PhoneTriggerType
impl Sync for PhoneTriggerType
impl Unpin for PhoneTriggerType
impl UnwindSafe for PhoneTriggerType
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
)