Struct windows_sys::Win32::Media::Audio::ACMFILTERDETAILSA
[−]#[repr(C, packed(1))]pub struct ACMFILTERDETAILSA {
pub cbStruct: u32,
pub dwFilterIndex: u32,
pub dwFilterTag: u32,
pub fdwSupport: u32,
pub pwfltr: *mut WAVEFILTER,
pub cbwfltr: u32,
pub szFilter: [CHAR; 128],
}Expand description
Required features: ‘Win32_Media_Audio’, ‘Win32_Foundation’
Fields
cbStruct: u32dwFilterIndex: u32dwFilterTag: u32fdwSupport: u32pwfltr: *mut WAVEFILTERcbwfltr: u32szFilter: [CHAR; 128]Trait Implementations
impl Clone for ACMFILTERDETAILSA
impl Clone for ACMFILTERDETAILSA
impl Copy for ACMFILTERDETAILSA
Auto Trait Implementations
impl RefUnwindSafe for ACMFILTERDETAILSA
impl !Send for ACMFILTERDETAILSA
impl !Sync for ACMFILTERDETAILSA
impl Unpin for ACMFILTERDETAILSA
impl UnwindSafe for ACMFILTERDETAILSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more