Struct MFAudioDecoderDegradationInfo
#[repr(C)]pub struct MFAudioDecoderDegradationInfo {
pub eDegradationReason: MFT_AUDIO_DECODER_DEGRADATION_REASON,
pub eType: MFT_AUDIO_DECODER_DEGRADATION_TYPE,
}
Fields§
§eDegradationReason: MFT_AUDIO_DECODER_DEGRADATION_REASON
§eType: MFT_AUDIO_DECODER_DEGRADATION_TYPE
Trait Implementations§
§impl Clone for MFAudioDecoderDegradationInfo
impl Clone for MFAudioDecoderDegradationInfo
§fn clone(&self) -> MFAudioDecoderDegradationInfo
fn clone(&self) -> MFAudioDecoderDegradationInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MFAudioDecoderDegradationInfo
impl Debug for MFAudioDecoderDegradationInfo
§impl Default for MFAudioDecoderDegradationInfo
impl Default for MFAudioDecoderDegradationInfo
§impl PartialEq for MFAudioDecoderDegradationInfo
impl PartialEq for MFAudioDecoderDegradationInfo
impl Copy for MFAudioDecoderDegradationInfo
impl StructuralPartialEq for MFAudioDecoderDegradationInfo
Auto Trait Implementations§
impl Freeze for MFAudioDecoderDegradationInfo
impl RefUnwindSafe for MFAudioDecoderDegradationInfo
impl Send for MFAudioDecoderDegradationInfo
impl Sync for MFAudioDecoderDegradationInfo
impl Unpin for MFAudioDecoderDegradationInfo
impl UnwindSafe for MFAudioDecoderDegradationInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more