Struct windows_sys::UI::Xaml::Media::AudioDeviceType
[−]#[repr(transparent)]pub struct AudioDeviceType(pub i32);
Expand description
Required features: "UI_Xaml_Media"
Tuple Fields
0: i32
Implementations
impl AudioDeviceType
impl AudioDeviceType
pub const Console: Self = Self(0i32)
pub const Multimedia: Self = Self(1i32)
pub const Communications: Self = Self(2i32)
Trait Implementations
impl Clone for AudioDeviceType
impl Clone for AudioDeviceType
impl Copy for AudioDeviceType
Auto Trait Implementations
impl RefUnwindSafe for AudioDeviceType
impl Send for AudioDeviceType
impl Sync for AudioDeviceType
impl Unpin for AudioDeviceType
impl UnwindSafe for AudioDeviceType
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