#[repr(transparent)]pub struct AudioUnitEventType(pub u32);
Available on crate feature
AudioUnitUtilities
only.Expand description
Types of Audio Unit Events.
The event is a change to a parameter value
The event signifies a gesture (e.g. mouse-down) beginning a potential series of related parameter value change events.
The event signifies a gesture (e.g. mouse-up) ending a series of related parameter value change events.
The event is a change to a property value.
See also Apple’s documentation
Tuple Fields§
§0: u32
Implementations§
Source§impl AudioUnitEventType
impl AudioUnitEventType
pub const ParameterValueChange: Self
pub const BeginParameterChangeGesture: Self
pub const EndParameterChangeGesture: Self
pub const PropertyChange: Self
Trait Implementations§
Source§impl Clone for AudioUnitEventType
impl Clone for AudioUnitEventType
Source§fn clone(&self) -> AudioUnitEventType
fn clone(&self) -> AudioUnitEventType
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 AudioUnitEventType
impl Debug for AudioUnitEventType
Source§impl Encode for AudioUnitEventType
impl Encode for AudioUnitEventType
Source§impl Hash for AudioUnitEventType
impl Hash for AudioUnitEventType
Source§impl Ord for AudioUnitEventType
impl Ord for AudioUnitEventType
Source§fn cmp(&self, other: &AudioUnitEventType) -> Ordering
fn cmp(&self, other: &AudioUnitEventType) -> 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 AudioUnitEventType
impl PartialEq for AudioUnitEventType
Source§impl PartialOrd for AudioUnitEventType
impl PartialOrd for AudioUnitEventType
Source§impl RefEncode for AudioUnitEventType
impl RefEncode for AudioUnitEventType
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 AudioUnitEventType
impl Eq for AudioUnitEventType
impl StructuralPartialEq for AudioUnitEventType
Auto Trait Implementations§
impl Freeze for AudioUnitEventType
impl RefUnwindSafe for AudioUnitEventType
impl Send for AudioUnitEventType
impl Sync for AudioUnitEventType
impl Unpin for AudioUnitEventType
impl UnwindSafe for AudioUnitEventType
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.