Struct windows_sys::Win32::Media::KernelStreaming::KSAC3_DOWNMIX
#[repr(C)]pub struct KSAC3_DOWNMIX {
pub fDownMix: BOOL,
pub fDolbySurround: BOOL,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more