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: u32fdwSuggest: u32pwfxSrc: *mut WAVEFORMATEXcbwfxSrc: u32pwfxDst: *mut WAVEFORMATEXcbwfxDst: u32Trait 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 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