#[repr(transparent)]pub struct AUReverbRoomType(pub u32);Available on crate feature
AudioUnitProperties only.Expand description
Used to specify room type (as identified by a factory preset number) on Apple audio units that use internal reverb.
See also Apple’s documentation
Tuple Fields§
§0: u32Implementations§
Source§impl AUReverbRoomType
impl AUReverbRoomType
pub const ReverbRoomType_SmallRoom: Self
pub const ReverbRoomType_MediumRoom: Self
pub const ReverbRoomType_LargeRoom: Self
pub const ReverbRoomType_MediumHall: Self
pub const ReverbRoomType_LargeHall: Self
pub const ReverbRoomType_Plate: Self
pub const ReverbRoomType_MediumChamber: Self
pub const ReverbRoomType_LargeChamber: Self
pub const ReverbRoomType_Cathedral: Self
pub const ReverbRoomType_LargeRoom2: Self
pub const ReverbRoomType_MediumHall2: Self
pub const ReverbRoomType_MediumHall3: Self
pub const ReverbRoomType_LargeHall2: Self
Trait Implementations§
Source§impl Clone for AUReverbRoomType
impl Clone for AUReverbRoomType
Source§fn clone(&self) -> AUReverbRoomType
fn clone(&self) -> AUReverbRoomType
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 AUReverbRoomType
impl Debug for AUReverbRoomType
Source§impl Encode for AUReverbRoomType
impl Encode for AUReverbRoomType
Source§impl Hash for AUReverbRoomType
impl Hash for AUReverbRoomType
Source§impl Ord for AUReverbRoomType
impl Ord for AUReverbRoomType
Source§fn cmp(&self, other: &AUReverbRoomType) -> Ordering
fn cmp(&self, other: &AUReverbRoomType) -> 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 AUReverbRoomType
impl PartialEq for AUReverbRoomType
Source§impl PartialOrd for AUReverbRoomType
impl PartialOrd for AUReverbRoomType
Source§impl RefEncode for AUReverbRoomType
impl RefEncode for AUReverbRoomType
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 AUReverbRoomType
impl Eq for AUReverbRoomType
impl StructuralPartialEq for AUReverbRoomType
Auto Trait Implementations§
impl Freeze for AUReverbRoomType
impl RefUnwindSafe for AUReverbRoomType
impl Send for AUReverbRoomType
impl Sync for AUReverbRoomType
impl Unpin for AUReverbRoomType
impl UnwindSafe for AUReverbRoomType
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.