Struct 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: [i8; 128],
}
Fields§
§cbStruct: u32
§dwFilterIndex: u32
§dwFilterTag: u32
§fdwSupport: u32
§pwfltr: *mut WAVEFILTER
§cbwfltr: u32
§szFilter: [i8; 128]
Trait Implementations§
§impl Clone for ACMFILTERDETAILSA
impl Clone for ACMFILTERDETAILSA
§fn clone(&self) -> ACMFILTERDETAILSA
fn clone(&self) -> ACMFILTERDETAILSA
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 ACMFILTERDETAILSA
Auto Trait Implementations§
impl Freeze for ACMFILTERDETAILSA
impl RefUnwindSafe for ACMFILTERDETAILSA
impl !Send for ACMFILTERDETAILSA
impl !Sync for ACMFILTERDETAILSA
impl Unpin for ACMFILTERDETAILSA
impl UnwindSafe for ACMFILTERDETAILSA
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