#[repr(transparent)]pub struct PhoneCallAudioDevice(pub i32);
Expand description
Required features: "ApplicationModel_Calls"
Tuple Fields
0: i32
Implementations
impl PhoneCallAudioDevice
impl PhoneCallAudioDevice
pub const Unknown: Self = Self(0i32)
pub const LocalDevice: Self = Self(1i32)
pub const RemoteDevice: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more