#[repr(transparent)]pub struct VoipPhoneCallRejectReason(pub i32);
Expand description
Required features: "ApplicationModel_Calls"
Tuple Fields
0: i32
Implementations
impl VoipPhoneCallRejectReason
impl VoipPhoneCallRejectReason
pub const UserIgnored: Self = Self(0i32)
pub const TimedOut: Self = Self(1i32)
pub const OtherIncomingCall: Self = Self(2i32)
pub const EmergencyCallExists: Self = Self(3i32)
pub const InvalidCallState: Self = Self(4i32)
Trait Implementations
impl Clone for VoipPhoneCallRejectReason
impl Clone for VoipPhoneCallRejectReason
impl Copy for VoipPhoneCallRejectReason
Auto Trait Implementations
impl RefUnwindSafe for VoipPhoneCallRejectReason
impl Send for VoipPhoneCallRejectReason
impl Sync for VoipPhoneCallRejectReason
impl Unpin for VoipPhoneCallRejectReason
impl UnwindSafe for VoipPhoneCallRejectReason
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