#[repr(C, packed(1))]
pub struct ACMDRVSTREAMHEADER {
Show 21 fields pub cbStruct: u32, pub fdwStatus: u32, pub dwUser: usize, pub pbSrc: *mut u8, pub cbSrcLength: u32, pub cbSrcLengthUsed: u32, pub dwSrcUser: usize, pub pbDst: *mut u8, pub cbDstLength: u32, pub cbDstLengthUsed: u32, pub dwDstUser: usize, pub fdwConvert: u32, pub padshNext: *mut ACMDRVSTREAMHEADER, pub fdwDriver: u32, pub dwDriver: usize, pub fdwPrepared: u32, pub dwPrepared: usize, pub pbPreparedSrc: *mut u8, pub cbPreparedSrcLength: u32, pub pbPreparedDst: *mut u8, pub cbPreparedDstLength: u32,
}
Expand description

Required features: "Win32_Media_Audio"

Fields

cbStruct: u32fdwStatus: u32dwUser: usizepbSrc: *mut u8cbSrcLength: u32cbSrcLengthUsed: u32dwSrcUser: usizepbDst: *mut u8cbDstLength: u32cbDstLengthUsed: u32dwDstUser: usizefdwConvert: u32padshNext: *mut ACMDRVSTREAMHEADERfdwDriver: u32dwDriver: usizefdwPrepared: u32dwPrepared: usizepbPreparedSrc: *mut u8cbPreparedSrcLength: u32pbPreparedDst: *mut u8cbPreparedDstLength: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.