#[repr(transparent)]pub struct PhoneLineChangeKind(pub i32);
Expand description
Required features: "ApplicationModel_Calls_Background"
Tuple Fields
0: i32
Implementations
impl PhoneLineChangeKind
impl PhoneLineChangeKind
pub const Added: Self = Self(0i32)
pub const Removed: Self = Self(1i32)
pub const PropertiesChanged: Self = Self(2i32)
Trait Implementations
impl Clone for PhoneLineChangeKind
impl Clone for PhoneLineChangeKind
impl Copy for PhoneLineChangeKind
Auto Trait Implementations
impl RefUnwindSafe for PhoneLineChangeKind
impl Send for PhoneLineChangeKind
impl Sync for PhoneLineChangeKind
impl Unpin for PhoneLineChangeKind
impl UnwindSafe for PhoneLineChangeKind
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