#[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: u32§fdwStatus: u32§dwUser: usize§pbSrc: *mut u8§cbSrcLength: u32§cbSrcLengthUsed: u32§dwSrcUser: usize§pbDst: *mut u8§cbDstLength: u32§cbDstLengthUsed: u32§dwDstUser: usize§dwReservedDriver: [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.