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