#[repr(transparent)]pub struct AVAudioUnitReverbPreset(pub NSInteger);Available on crate feature
AVAudioUnitReverb only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVAudioUnitReverbPreset
impl AVAudioUnitReverbPreset
pub const SmallRoom: Self
pub const MediumRoom: Self
pub const LargeRoom: Self
pub const MediumHall: Self
pub const LargeHall: Self
pub const Plate: Self
pub const MediumChamber: Self
pub const LargeChamber: Self
pub const Cathedral: Self
pub const LargeRoom2: Self
pub const MediumHall2: Self
pub const MediumHall3: Self
pub const LargeHall2: Self
Trait Implementations§
Source§impl Clone for AVAudioUnitReverbPreset
impl Clone for AVAudioUnitReverbPreset
Source§fn clone(&self) -> AVAudioUnitReverbPreset
fn clone(&self) -> AVAudioUnitReverbPreset
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 AVAudioUnitReverbPreset
impl Debug for AVAudioUnitReverbPreset
Source§impl Encode for AVAudioUnitReverbPreset
impl Encode for AVAudioUnitReverbPreset
Source§impl Hash for AVAudioUnitReverbPreset
impl Hash for AVAudioUnitReverbPreset
Source§impl Ord for AVAudioUnitReverbPreset
impl Ord for AVAudioUnitReverbPreset
Source§fn cmp(&self, other: &AVAudioUnitReverbPreset) -> Ordering
fn cmp(&self, other: &AVAudioUnitReverbPreset) -> 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 AVAudioUnitReverbPreset
impl PartialEq for AVAudioUnitReverbPreset
Source§impl PartialOrd for AVAudioUnitReverbPreset
impl PartialOrd for AVAudioUnitReverbPreset
Source§impl RefEncode for AVAudioUnitReverbPreset
impl RefEncode for AVAudioUnitReverbPreset
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 AVAudioUnitReverbPreset
impl Eq for AVAudioUnitReverbPreset
impl StructuralPartialEq for AVAudioUnitReverbPreset
Auto Trait Implementations§
impl Freeze for AVAudioUnitReverbPreset
impl RefUnwindSafe for AVAudioUnitReverbPreset
impl Send for AVAudioUnitReverbPreset
impl Sync for AVAudioUnitReverbPreset
impl Unpin for AVAudioUnitReverbPreset
impl UnwindSafe for AVAudioUnitReverbPreset
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.