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