#[repr(C)]pub struct AudioUnitOtherPluginDesc {
pub format: u32,
pub plugin: AudioClassDescription,
}Available on crate features
AudioUnitProperties and objc2-core-audio-types only.Expand description
One of the OtherPluginFormat values
struct AudioClassDescription { OSType mType; OSType mSubType; OSType mManufacturer; }; is defined in <CoreAudioTypes /CoreAudioTypes.h>
mType specifies a generic, plug-in format defined descriptor mSubType is usually left to the manufacturer to use at their discretion mManufacturer is a registered code to identify all plugins from the same manufacturer
See also Apple’s documentation
Fields§
§format: u32§plugin: AudioClassDescriptionTrait Implementations§
Source§impl Clone for AudioUnitOtherPluginDesc
impl Clone for AudioUnitOtherPluginDesc
Source§fn clone(&self) -> AudioUnitOtherPluginDesc
fn clone(&self) -> AudioUnitOtherPluginDesc
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 AudioUnitOtherPluginDesc
impl Debug for AudioUnitOtherPluginDesc
Source§impl Encode for AudioUnitOtherPluginDesc
impl Encode for AudioUnitOtherPluginDesc
Source§impl PartialEq for AudioUnitOtherPluginDesc
impl PartialEq for AudioUnitOtherPluginDesc
Source§impl RefEncode for AudioUnitOtherPluginDesc
impl RefEncode for AudioUnitOtherPluginDesc
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 AudioUnitOtherPluginDesc
impl StructuralPartialEq for AudioUnitOtherPluginDesc
Auto Trait Implementations§
impl Freeze for AudioUnitOtherPluginDesc
impl RefUnwindSafe for AudioUnitOtherPluginDesc
impl Send for AudioUnitOtherPluginDesc
impl Sync for AudioUnitOtherPluginDesc
impl Unpin for AudioUnitOtherPluginDesc
impl UnwindSafe for AudioUnitOtherPluginDesc
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.