Struct AM_AC3_DOWNMIX
#[repr(C)]pub struct AM_AC3_DOWNMIX {
pub fDownMix: BOOL,
pub fDolbySurround: BOOL,
}
Fields§
§fDownMix: BOOL
§fDolbySurround: BOOL
Trait Implementations§
§impl Clone for AM_AC3_DOWNMIX
impl Clone for AM_AC3_DOWNMIX
§fn clone(&self) -> AM_AC3_DOWNMIX
fn clone(&self) -> AM_AC3_DOWNMIX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AM_AC3_DOWNMIX
impl Debug for AM_AC3_DOWNMIX
§impl Default for AM_AC3_DOWNMIX
impl Default for AM_AC3_DOWNMIX
§impl PartialEq for AM_AC3_DOWNMIX
impl PartialEq for AM_AC3_DOWNMIX
impl Copy for AM_AC3_DOWNMIX
impl StructuralPartialEq for AM_AC3_DOWNMIX
Auto Trait Implementations§
impl Freeze for AM_AC3_DOWNMIX
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§
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