Struct windows_sys::Win32::Media::Multimedia::DOLBYAC2WAVEFORMAT
#[repr(C, packed(1))]pub struct DOLBYAC2WAVEFORMAT {
pub wfx: WAVEFORMATEX,
pub nAuxBitsCode: u16,
}
Expand description
Required features: "Win32_Media_Audio"
Fields§
§wfx: WAVEFORMATEX
§nAuxBitsCode: u16
Trait Implementations§
§impl Clone for DOLBYAC2WAVEFORMAT
impl Clone for DOLBYAC2WAVEFORMAT
impl Copy for DOLBYAC2WAVEFORMAT
Auto Trait Implementations§
impl RefUnwindSafe for DOLBYAC2WAVEFORMAT
impl Send for DOLBYAC2WAVEFORMAT
impl Sync for DOLBYAC2WAVEFORMAT
impl Unpin for DOLBYAC2WAVEFORMAT
impl UnwindSafe for DOLBYAC2WAVEFORMAT
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