#[repr(transparent)]pub struct AUParameterEventType(pub u32);
Available on crate feature
AUComponent
only.Expand description
The type of a parameter event (see AudioUnitScheduleParameter)
The parameter event describes an immediate change to the parameter value to the new value
The parameter event describes a change to the parameter value that should be applied over the specified period of time
See also Apple’s documentation
Tuple Fields§
§0: u32
Implementations§
Source§impl AUParameterEventType
impl AUParameterEventType
pub const ParameterEvent_Immediate: Self
pub const ParameterEvent_Ramped: Self
Trait Implementations§
Source§impl Clone for AUParameterEventType
impl Clone for AUParameterEventType
Source§fn clone(&self) -> AUParameterEventType
fn clone(&self) -> AUParameterEventType
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 AUParameterEventType
impl Debug for AUParameterEventType
Source§impl Encode for AUParameterEventType
impl Encode for AUParameterEventType
Source§impl Hash for AUParameterEventType
impl Hash for AUParameterEventType
Source§impl Ord for AUParameterEventType
impl Ord for AUParameterEventType
Source§fn cmp(&self, other: &AUParameterEventType) -> Ordering
fn cmp(&self, other: &AUParameterEventType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AUParameterEventType
impl PartialEq for AUParameterEventType
Source§impl PartialOrd for AUParameterEventType
impl PartialOrd for AUParameterEventType
Source§impl RefEncode for AUParameterEventType
impl RefEncode for AUParameterEventType
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 AUParameterEventType
impl Eq for AUParameterEventType
impl StructuralPartialEq for AUParameterEventType
Auto Trait Implementations§
impl Freeze for AUParameterEventType
impl RefUnwindSafe for AUParameterEventType
impl Send for AUParameterEventType
impl Sync for AUParameterEventType
impl Unpin for AUParameterEventType
impl UnwindSafe for AUParameterEventType
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.