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: WAVEFORMATEX
Samples: WAVEFORMATEXTENSIBLE_0
dwChannelMask: u32
SubFormat: Guid
Trait Implementations
fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::Abi
Casts 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 WAVEFORMATEXTENSIBLE
impl Send for WAVEFORMATEXTENSIBLE
impl Sync for WAVEFORMATEXTENSIBLE
impl Unpin for WAVEFORMATEXTENSIBLE
impl UnwindSafe for WAVEFORMATEXTENSIBLE
Blanket Implementations
Mutably borrows from an owned value. Read more