#[repr(C)]pub struct AudioUnitPresetMAS_Settings {
pub manufacturerID: u32,
pub effectID: u32,
pub variantID: u32,
pub settingsVersion: u32,
pub numberOfSettings: u32,
pub settings: [AudioUnitPresetMAS_SettingData; 1],
}Available on crate feature
AudioUnitProperties only.Expand description
See MAS documentation
See also Apple’s documentation
Fields§
§manufacturerID: u32§effectID: u32§variantID: u32§settingsVersion: u32§numberOfSettings: u32§settings: [AudioUnitPresetMAS_SettingData; 1]Trait Implementations§
Source§impl Clone for AudioUnitPresetMAS_Settings
impl Clone for AudioUnitPresetMAS_Settings
Source§fn clone(&self) -> AudioUnitPresetMAS_Settings
fn clone(&self) -> AudioUnitPresetMAS_Settings
Returns a duplicate 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 moreSource§impl Debug for AudioUnitPresetMAS_Settings
impl Debug for AudioUnitPresetMAS_Settings
Source§impl Encode for AudioUnitPresetMAS_Settings
impl Encode for AudioUnitPresetMAS_Settings
Source§impl RefEncode for AudioUnitPresetMAS_Settings
impl RefEncode for AudioUnitPresetMAS_Settings
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AudioUnitPresetMAS_Settings
impl StructuralPartialEq for AudioUnitPresetMAS_Settings
Auto Trait Implementations§
impl Freeze for AudioUnitPresetMAS_Settings
impl RefUnwindSafe for AudioUnitPresetMAS_Settings
impl Send for AudioUnitPresetMAS_Settings
impl Sync for AudioUnitPresetMAS_Settings
impl Unpin for AudioUnitPresetMAS_Settings
impl UnwindSafe for AudioUnitPresetMAS_Settings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.