#[repr(transparent)]pub struct PhoneNotificationType(pub i32);
Expand description
Required features: "Phone_Notification_Management"
Tuple Fields
0: i32
Implementations
impl PhoneNotificationType
impl PhoneNotificationType
pub const NewCall: Self = Self(0i32)
pub const CallChanged: Self = Self(1i32)
pub const LineChanged: Self = Self(2i32)
pub const PhoneCallAudioEndpointChanged: Self = Self(3i32)
pub const PhoneMuteChanged: Self = Self(4i32)
Trait Implementations
impl Clone for PhoneNotificationType
impl Clone for PhoneNotificationType
impl Copy for PhoneNotificationType
Auto Trait Implementations
impl RefUnwindSafe for PhoneNotificationType
impl Send for PhoneNotificationType
impl Sync for PhoneNotificationType
impl Unpin for PhoneNotificationType
impl UnwindSafe for PhoneNotificationType
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