#[repr(C)]pub struct AudioUnitParameterValueFromString {
pub inParamID: AudioUnitParameterID,
pub inString: NonNull<CFString>,
pub outValue: AudioUnitParameterValue,
}Available on crate features
AUComponent and AudioUnitProperties and objc2-core-foundation only.Expand description
Provide the parameter’s value for a given string representation of it
See also Apple’s documentation
Fields§
§inParamID: AudioUnitParameterID§inString: NonNull<CFString>§outValue: AudioUnitParameterValueTrait Implementations§
Source§impl Clone for AudioUnitParameterValueFromString
impl Clone for AudioUnitParameterValueFromString
Source§fn clone(&self) -> AudioUnitParameterValueFromString
fn clone(&self) -> AudioUnitParameterValueFromString
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 PartialEq for AudioUnitParameterValueFromString
impl PartialEq for AudioUnitParameterValueFromString
Source§fn eq(&self, other: &AudioUnitParameterValueFromString) -> bool
fn eq(&self, other: &AudioUnitParameterValueFromString) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefEncode for AudioUnitParameterValueFromString
impl RefEncode for AudioUnitParameterValueFromString
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 AudioUnitParameterValueFromString
impl StructuralPartialEq for AudioUnitParameterValueFromString
Auto Trait Implementations§
impl Freeze for AudioUnitParameterValueFromString
impl !RefUnwindSafe for AudioUnitParameterValueFromString
impl !Send for AudioUnitParameterValueFromString
impl !Sync for AudioUnitParameterValueFromString
impl Unpin for AudioUnitParameterValueFromString
impl !UnwindSafe for AudioUnitParameterValueFromString
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.