#[repr(transparent)]pub struct VoipPhoneCallState(pub i32);Expand description
Required features: ‘ApplicationModel_Calls’
Tuple Fields
0: i32Implementations
impl VoipPhoneCallState
impl VoipPhoneCallState
Trait Implementations
impl Clone for VoipPhoneCallState
impl Clone for VoipPhoneCallState
impl Copy for VoipPhoneCallState
Auto Trait Implementations
impl RefUnwindSafe for VoipPhoneCallState
impl Send for VoipPhoneCallState
impl Sync for VoipPhoneCallState
impl Unpin for VoipPhoneCallState
impl UnwindSafe for VoipPhoneCallState
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