#[repr(C)]pub struct AudioServerPlugInCustomPropertyInfo {
pub mSelector: AudioObjectPropertySelector,
pub mPropertyDataType: u32,
pub mQualifierDataType: u32,
}Available on crate features
AudioHardware and AudioServerPlugIn only.Expand description
The AudioServerPlugInCustomPropertyInfo struct is used to describe enough about a custom property to allow the Host to marshal the data between the Host and its clients. Field: mSelector The AudioObjectPropertySelector of the custom property. Field: mPropertyDataType A UInt32 whose value indicates the data type of the data of the custom property. Constants for this value are defined in the Basic Constants section. Field: mQualifierDataType A UInt32 whose value indicates the data type of the data of the custom property. Constants for this value are defined in the Basic Constants section.
See also Apple’s documentation
Fields§
§mSelector: AudioObjectPropertySelector§mPropertyDataType: u32§mQualifierDataType: u32Trait Implementations§
Source§impl Clone for AudioServerPlugInCustomPropertyInfo
impl Clone for AudioServerPlugInCustomPropertyInfo
Source§fn clone(&self) -> AudioServerPlugInCustomPropertyInfo
fn clone(&self) -> AudioServerPlugInCustomPropertyInfo
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 Encode for AudioServerPlugInCustomPropertyInfo
Available on crate feature objc2 only.
impl Encode for AudioServerPlugInCustomPropertyInfo
Available on crate feature
objc2 only.Source§impl PartialEq for AudioServerPlugInCustomPropertyInfo
impl PartialEq for AudioServerPlugInCustomPropertyInfo
Source§fn eq(&self, other: &AudioServerPlugInCustomPropertyInfo) -> bool
fn eq(&self, other: &AudioServerPlugInCustomPropertyInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefEncode for AudioServerPlugInCustomPropertyInfo
Available on crate feature objc2 only.
impl RefEncode for AudioServerPlugInCustomPropertyInfo
Available on crate feature
objc2 only.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 AudioServerPlugInCustomPropertyInfo
impl StructuralPartialEq for AudioServerPlugInCustomPropertyInfo
Auto Trait Implementations§
impl Freeze for AudioServerPlugInCustomPropertyInfo
impl RefUnwindSafe for AudioServerPlugInCustomPropertyInfo
impl Send for AudioServerPlugInCustomPropertyInfo
impl Sync for AudioServerPlugInCustomPropertyInfo
impl Unpin for AudioServerPlugInCustomPropertyInfo
impl UnwindSafe for AudioServerPlugInCustomPropertyInfo
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.