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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more