Struct MFAudioConstriction
#[repr(transparent)]pub struct MFAudioConstriction(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFAudioConstriction
impl Clone for MFAudioConstriction
§fn clone(&self) -> MFAudioConstriction
fn clone(&self) -> MFAudioConstriction
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 MFAudioConstriction
impl Debug for MFAudioConstriction
§impl Default for MFAudioConstriction
impl Default for MFAudioConstriction
§fn default() -> MFAudioConstriction
fn default() -> MFAudioConstriction
Returns the “default value” for a type. Read more
§impl PartialEq for MFAudioConstriction
impl PartialEq for MFAudioConstriction
impl Copy for MFAudioConstriction
impl Eq for MFAudioConstriction
impl StructuralPartialEq for MFAudioConstriction
Auto Trait Implementations§
impl Freeze for MFAudioConstriction
impl RefUnwindSafe for MFAudioConstriction
impl Send for MFAudioConstriction
impl Sync for MFAudioConstriction
impl Unpin for MFAudioConstriction
impl UnwindSafe for MFAudioConstriction
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