#[repr(C)]pub struct AudioUnitMeterClipping {
pub peakValueSinceLastCall: f32,
pub sawInfinity: u8,
pub sawNotANumber: u8,
}Available on crate feature
AudioUnitProperties only.Expand description
The maximum value seen on the channel since the last time the property was retrieved.
TRUE if there was an infinite value on this channel.
TRUE if there was a floating point Not-A-Number value on this channel.
See also Apple’s documentation
Fields§
§peakValueSinceLastCall: f32§sawInfinity: u8§sawNotANumber: u8Trait Implementations§
Source§impl Clone for AudioUnitMeterClipping
impl Clone for AudioUnitMeterClipping
Source§fn clone(&self) -> AudioUnitMeterClipping
fn clone(&self) -> AudioUnitMeterClipping
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 AudioUnitMeterClipping
impl Debug for AudioUnitMeterClipping
Source§impl Encode for AudioUnitMeterClipping
impl Encode for AudioUnitMeterClipping
Source§impl PartialEq for AudioUnitMeterClipping
impl PartialEq for AudioUnitMeterClipping
Source§impl RefEncode for AudioUnitMeterClipping
impl RefEncode for AudioUnitMeterClipping
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 AudioUnitMeterClipping
impl StructuralPartialEq for AudioUnitMeterClipping
Auto Trait Implementations§
impl Freeze for AudioUnitMeterClipping
impl RefUnwindSafe for AudioUnitMeterClipping
impl Send for AudioUnitMeterClipping
impl Sync for AudioUnitMeterClipping
impl Unpin for AudioUnitMeterClipping
impl UnwindSafe for AudioUnitMeterClipping
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.