#[repr(transparent)]pub struct AUVoiceIOSpeechActivityEvent(pub u32);
Available on crate feature
AudioUnitProperties
only.Expand description
Tuple Fields§
§0: u32
Implementations§
Source§impl AUVoiceIOSpeechActivityEvent
impl AUVoiceIOSpeechActivityEvent
pub const HasStarted: Self
pub const HasEnded: Self
Trait Implementations§
Source§impl Clone for AUVoiceIOSpeechActivityEvent
impl Clone for AUVoiceIOSpeechActivityEvent
Source§fn clone(&self) -> AUVoiceIOSpeechActivityEvent
fn clone(&self) -> AUVoiceIOSpeechActivityEvent
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 AUVoiceIOSpeechActivityEvent
impl Debug for AUVoiceIOSpeechActivityEvent
Source§impl Hash for AUVoiceIOSpeechActivityEvent
impl Hash for AUVoiceIOSpeechActivityEvent
Source§impl Ord for AUVoiceIOSpeechActivityEvent
impl Ord for AUVoiceIOSpeechActivityEvent
Source§fn cmp(&self, other: &AUVoiceIOSpeechActivityEvent) -> Ordering
fn cmp(&self, other: &AUVoiceIOSpeechActivityEvent) -> 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 AUVoiceIOSpeechActivityEvent
impl PartialEq for AUVoiceIOSpeechActivityEvent
Source§fn eq(&self, other: &AUVoiceIOSpeechActivityEvent) -> bool
fn eq(&self, other: &AUVoiceIOSpeechActivityEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for AUVoiceIOSpeechActivityEvent
impl PartialOrd for AUVoiceIOSpeechActivityEvent
Source§impl RefEncode for AUVoiceIOSpeechActivityEvent
impl RefEncode for AUVoiceIOSpeechActivityEvent
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 AUVoiceIOSpeechActivityEvent
impl Eq for AUVoiceIOSpeechActivityEvent
impl StructuralPartialEq for AUVoiceIOSpeechActivityEvent
Auto Trait Implementations§
impl Freeze for AUVoiceIOSpeechActivityEvent
impl RefUnwindSafe for AUVoiceIOSpeechActivityEvent
impl Send for AUVoiceIOSpeechActivityEvent
impl Sync for AUVoiceIOSpeechActivityEvent
impl Unpin for AUVoiceIOSpeechActivityEvent
impl UnwindSafe for AUVoiceIOSpeechActivityEvent
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.