Struct MFT_AUDIO_DECODER_DEGRADATION_REASON
#[repr(transparent)]pub struct MFT_AUDIO_DECODER_DEGRADATION_REASON(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Clone for MFT_AUDIO_DECODER_DEGRADATION_REASON
§fn clone(&self) -> MFT_AUDIO_DECODER_DEGRADATION_REASON
fn clone(&self) -> MFT_AUDIO_DECODER_DEGRADATION_REASON
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 Default for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Default for MFT_AUDIO_DECODER_DEGRADATION_REASON
§fn default() -> MFT_AUDIO_DECODER_DEGRADATION_REASON
fn default() -> MFT_AUDIO_DECODER_DEGRADATION_REASON
Returns the “default value” for a type. Read more
§impl PartialEq for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl PartialEq for MFT_AUDIO_DECODER_DEGRADATION_REASON
§fn eq(&self, other: &MFT_AUDIO_DECODER_DEGRADATION_REASON) -> bool
fn eq(&self, other: &MFT_AUDIO_DECODER_DEGRADATION_REASON) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Eq for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl StructuralPartialEq for MFT_AUDIO_DECODER_DEGRADATION_REASON
Auto Trait Implementations§
impl Freeze for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl RefUnwindSafe for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Send for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Sync for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl Unpin for MFT_AUDIO_DECODER_DEGRADATION_REASON
impl UnwindSafe for MFT_AUDIO_DECODER_DEGRADATION_REASON
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