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: u32dwFormatTagIndex: u32dwFormatTag: u32cbFormatSize: u32fdwSupport: u32cStandardFormats: u32szFormatTag: [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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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