Struct windows_sys::Win32::Media::KernelStreaming::KSAC3_ALTERNATE_AUDIO
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
fStereo: BOOL
DualMode: u32
Trait Implementations
impl Clone for KSAC3_ALTERNATE_AUDIO
impl Clone for KSAC3_ALTERNATE_AUDIO
impl Copy for KSAC3_ALTERNATE_AUDIO
Auto Trait Implementations
impl RefUnwindSafe for KSAC3_ALTERNATE_AUDIO
impl Send for KSAC3_ALTERNATE_AUDIO
impl Sync for KSAC3_ALTERNATE_AUDIO
impl Unpin for KSAC3_ALTERNATE_AUDIO
impl UnwindSafe for KSAC3_ALTERNATE_AUDIO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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