#[repr(transparent)]pub struct AUReverbRoomType(pub u32);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: AUReverbRoomType
pub const ReverbRoomType_MediumRoom: AUReverbRoomType
pub const ReverbRoomType_LargeRoom: AUReverbRoomType
pub const ReverbRoomType_MediumHall: AUReverbRoomType
pub const ReverbRoomType_LargeHall: AUReverbRoomType
pub const ReverbRoomType_Plate: AUReverbRoomType
pub const ReverbRoomType_MediumChamber: AUReverbRoomType
pub const ReverbRoomType_LargeChamber: AUReverbRoomType
pub const ReverbRoomType_Cathedral: AUReverbRoomType
pub const ReverbRoomType_LargeRoom2: AUReverbRoomType
pub const ReverbRoomType_MediumHall2: AUReverbRoomType
pub const ReverbRoomType_MediumHall3: AUReverbRoomType
pub const ReverbRoomType_LargeHall2: AUReverbRoomType
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AUReverbRoomType
Source§impl Debug for AUReverbRoomType
impl Debug for AUReverbRoomType
Source§impl Encode for AUReverbRoomType
impl Encode for AUReverbRoomType
impl Eq 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 (const: unstable) · 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§fn eq(&self, other: &AUReverbRoomType) -> bool
fn eq(&self, other: &AUReverbRoomType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 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 UnsafeUnpin for AUReverbRoomType
impl UnwindSafe for AUReverbRoomType
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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.