Struct windows_sys::Win32::Media::Audio::ACMFILTERDETAILSW
#[repr(C, packed(1))]pub struct ACMFILTERDETAILSW {
pub cbStruct: u32,
pub dwFilterIndex: u32,
pub dwFilterTag: u32,
pub fdwSupport: u32,
pub pwfltr: *mut WAVEFILTER,
pub cbwfltr: u32,
pub szFilter: [u16; 128],
}
Fields§
§cbStruct: u32
§dwFilterIndex: u32
§dwFilterTag: u32
§fdwSupport: u32
§pwfltr: *mut WAVEFILTER
§cbwfltr: u32
§szFilter: [u16; 128]
Trait Implementations§
§impl Clone for ACMFILTERDETAILSW
impl Clone for ACMFILTERDETAILSW
§fn clone(&self) -> ACMFILTERDETAILSW
fn clone(&self) -> ACMFILTERDETAILSW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ACMFILTERDETAILSW
Auto Trait Implementations§
impl Freeze for ACMFILTERDETAILSW
impl RefUnwindSafe for ACMFILTERDETAILSW
impl !Send for ACMFILTERDETAILSW
impl !Sync for ACMFILTERDETAILSW
impl Unpin for ACMFILTERDETAILSW
impl UnwindSafe for ACMFILTERDETAILSW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)