Struct windows_sys::Win32::Media::Multimedia::APTXWAVEFORMAT
#[repr(C, packed(1))]pub struct APTXWAVEFORMAT {
pub wfx: WAVEFORMATEX,
}Expand description
Required features: "Win32_Media_Audio"
Fields§
§wfx: WAVEFORMATEXTrait Implementations§
§impl Clone for APTXWAVEFORMAT
impl Clone for APTXWAVEFORMAT
impl Copy for APTXWAVEFORMAT
Auto Trait Implementations§
impl RefUnwindSafe for APTXWAVEFORMAT
impl Send for APTXWAVEFORMAT
impl Sync for APTXWAVEFORMAT
impl Unpin for APTXWAVEFORMAT
impl UnwindSafe for APTXWAVEFORMAT
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