#[repr(transparent)]pub struct PhoneTriggerType(pub i32);
Expand description
Required features: "ApplicationModel_Calls_Background"
Tuple Fields
0: i32
Implementations
impl PhoneTriggerType
impl PhoneTriggerType
pub const NewVoicemailMessage: Self = Self(0i32)
pub const CallHistoryChanged: Self = Self(1i32)
pub const LineChanged: Self = Self(2i32)
pub const AirplaneModeDisabledForEmergencyCall: Self = Self(3i32)
pub const CallOriginDataRequest: Self = Self(4i32)
pub const CallBlocked: Self = Self(5i32)
pub const IncomingCallDismissed: Self = Self(6i32)
pub const IncomingCallNotification: Self = Self(7i32)
Trait Implementations
impl Clone for PhoneTriggerType
impl Clone for PhoneTriggerType
impl Copy for PhoneTriggerType
Auto Trait Implementations
impl RefUnwindSafe for PhoneTriggerType
impl Send for PhoneTriggerType
impl Sync for PhoneTriggerType
impl Unpin for PhoneTriggerType
impl UnwindSafe for PhoneTriggerType
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