Struct windows_sys::Media::Audio::AudioPlaybackConnectionState
[−]#[repr(transparent)]pub struct AudioPlaybackConnectionState(pub i32);Expand description
Required features: "Media_Audio"
Tuple Fields
0: i32Implementations
Trait Implementations
impl Clone for AudioPlaybackConnectionState
impl Clone for AudioPlaybackConnectionState
impl Copy for AudioPlaybackConnectionState
Auto Trait Implementations
impl RefUnwindSafe for AudioPlaybackConnectionState
impl Send for AudioPlaybackConnectionState
impl Sync for AudioPlaybackConnectionState
impl Unpin for AudioPlaybackConnectionState
impl UnwindSafe for AudioPlaybackConnectionState
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