Struct windows_sys::Win32::Media::KernelStreaming::KSAC3_DOWNMIX
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
fDownMix: BOOL
fDolbySurround: BOOL
Trait Implementations
impl Clone for KSAC3_DOWNMIX
impl Clone for KSAC3_DOWNMIX
impl Copy for KSAC3_DOWNMIX
Auto Trait Implementations
impl RefUnwindSafe for KSAC3_DOWNMIX
impl Send for KSAC3_DOWNMIX
impl Sync for KSAC3_DOWNMIX
impl Unpin for KSAC3_DOWNMIX
impl UnwindSafe for KSAC3_DOWNMIX
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