Struct wasapi::Windows::Win32::Media::Multimedia::WAVEFORMATEXTENSIBLE     [−][src]
#[repr(C, packed(1))]pub struct WAVEFORMATEXTENSIBLE { pub Format: WAVEFORMATEX, pub Samples: WAVEFORMATEXTENSIBLE_0, pub dwChannelMask: u32, pub SubFormat: Guid, }
Fields
Format: WAVEFORMATEXSamples: WAVEFORMATEXTENSIBLE_0dwChannelMask: u32SubFormat: GuidTrait Implementations
fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::AbiCasts the Rust object to its ABI type without copying the object.
Returns a pointer for setting the object’s value via an ABI call.
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(&mut Param<'_, Self>)Auto Trait Implementations
impl RefUnwindSafe for WAVEFORMATEXTENSIBLEimpl Send for WAVEFORMATEXTENSIBLEimpl Sync for WAVEFORMATEXTENSIBLEimpl Unpin for WAVEFORMATEXTENSIBLEimpl UnwindSafe for WAVEFORMATEXTENSIBLEBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_param(self) -> Param<'a, T>