#[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: u32§fdwStatus: u32§dwUser: usize§pbSrc: *mut u8§cbSrcLength: u32§cbSrcLengthUsed: u32§dwSrcUser: usize§pbDst: *mut u8§cbDstLength: u32§cbDstLengthUsed: u32§dwDstUser: usize§fdwConvert: u32§padshNext: *mut ACMDRVSTREAMHEADER§fdwDriver: u32§dwDriver: usize§fdwPrepared: u32§dwPrepared: usize§pbPreparedSrc: *mut u8§cbPreparedSrcLength: u32§pbPreparedDst: *mut u8§cbPreparedDstLength: 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.