Struct windows_sys::Win32::Media::Audio::ACMFORMATTAGDETAILSW
[−]#[repr(C, packed(1))]pub struct ACMFORMATTAGDETAILSW {
pub cbStruct: u32,
pub dwFormatTagIndex: u32,
pub dwFormatTag: u32,
pub cbFormatSize: u32,
pub fdwSupport: u32,
pub cStandardFormats: u32,
pub szFormatTag: [u16; 48],
}
Expand description
Required features: "Win32_Media_Audio"
Fields
cbStruct: u32
dwFormatTagIndex: u32
dwFormatTag: u32
cbFormatSize: u32
fdwSupport: u32
cStandardFormats: u32
szFormatTag: [u16; 48]
Trait Implementations
impl Clone for ACMFORMATTAGDETAILSW
impl Clone for ACMFORMATTAGDETAILSW
impl Copy for ACMFORMATTAGDETAILSW
Auto Trait Implementations
impl RefUnwindSafe for ACMFORMATTAGDETAILSW
impl Send for ACMFORMATTAGDETAILSW
impl Sync for ACMFORMATTAGDETAILSW
impl Unpin for ACMFORMATTAGDETAILSW
impl UnwindSafe for ACMFORMATTAGDETAILSW
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