Struct windows_sys::Win32::Media::Audio::tACMFORMATDETAILSW
[−]#[repr(C, packed(1))]pub struct tACMFORMATDETAILSW {
pub cbStruct: u32,
pub dwFormatIndex: u32,
pub dwFormatTag: u32,
pub fdwSupport: u32,
pub pwfx: *mut WAVEFORMATEX,
pub cbwfx: u32,
pub szFormat: [u16; 128],
}
Expand description
Required features: "Win32_Media_Audio"
Fields
cbStruct: u32
dwFormatIndex: u32
dwFormatTag: u32
fdwSupport: u32
pwfx: *mut WAVEFORMATEX
cbwfx: u32
szFormat: [u16; 128]
Trait Implementations
impl Clone for tACMFORMATDETAILSW
impl Clone for tACMFORMATDETAILSW
impl Copy for tACMFORMATDETAILSW
Auto Trait Implementations
impl RefUnwindSafe for tACMFORMATDETAILSW
impl !Send for tACMFORMATDETAILSW
impl !Sync for tACMFORMATDETAILSW
impl Unpin for tACMFORMATDETAILSW
impl UnwindSafe for tACMFORMATDETAILSW
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