#[repr(C, packed(1))]
pub struct ACMSTREAMHEADER { 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 dwReservedDriver: [u32; 15], }
Expand description

Required features: "Win32_Media_Audio"

Fields

cbStruct: u32fdwStatus: u32dwUser: usizepbSrc: *mut u8cbSrcLength: u32cbSrcLengthUsed: u32dwSrcUser: usizepbDst: *mut u8cbDstLength: u32cbDstLengthUsed: u32dwDstUser: usizedwReservedDriver: [u32; 15]

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.