Struct windows_sys::Win32::Media::Audio::ACMDRVFORMATSUGGEST
[−]#[repr(C, packed(1))]pub struct ACMDRVFORMATSUGGEST {
pub cbStruct: u32,
pub fdwSuggest: u32,
pub pwfxSrc: *mut WAVEFORMATEX,
pub cbwfxSrc: u32,
pub pwfxDst: *mut WAVEFORMATEX,
pub cbwfxDst: u32,
}
Expand description
Required features: "Win32_Media_Audio"
Fields
cbStruct: u32
fdwSuggest: u32
pwfxSrc: *mut WAVEFORMATEX
cbwfxSrc: u32
pwfxDst: *mut WAVEFORMATEX
cbwfxDst: u32
Trait Implementations
impl Clone for ACMDRVFORMATSUGGEST
impl Clone for ACMDRVFORMATSUGGEST
impl Copy for ACMDRVFORMATSUGGEST
Auto Trait Implementations
impl RefUnwindSafe for ACMDRVFORMATSUGGEST
impl !Send for ACMDRVFORMATSUGGEST
impl !Sync for ACMDRVFORMATSUGGEST
impl Unpin for ACMDRVFORMATSUGGEST
impl UnwindSafe for ACMDRVFORMATSUGGEST
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