#[repr(C)]pub struct MFAudioDecoderDegradationInfo {
pub eDegradationReason: MFT_AUDIO_DECODER_DEGRADATION_REASON,
pub eType: MFT_AUDIO_DECODER_DEGRADATION_TYPE,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
eDegradationReason: MFT_AUDIO_DECODER_DEGRADATION_REASON
eType: MFT_AUDIO_DECODER_DEGRADATION_TYPE
Trait Implementations
impl Clone for MFAudioDecoderDegradationInfo
impl Clone for MFAudioDecoderDegradationInfo
impl Copy for MFAudioDecoderDegradationInfo
Auto Trait Implementations
impl RefUnwindSafe for MFAudioDecoderDegradationInfo
impl Send for MFAudioDecoderDegradationInfo
impl Sync for MFAudioDecoderDegradationInfo
impl Unpin for MFAudioDecoderDegradationInfo
impl UnwindSafe for MFAudioDecoderDegradationInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more