#[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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more