#[repr(transparent)]pub struct AVAudioCommonFormat(pub NSUInteger);Available on crate feature
AVAudioFormat only.Expand description
A format other than one of the common ones below.
Native-endian floats (this is the standard format).
Native-endian doubles.
Signed 16-bit native-endian integers.
Signed 32-bit native-endian integers.
See also Apple’s documentation
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl AVAudioCommonFormat
impl AVAudioCommonFormat
pub const OtherFormat: Self
pub const PCMFormatFloat32: Self
pub const PCMFormatFloat64: Self
pub const PCMFormatInt16: Self
pub const PCMFormatInt32: Self
Trait Implementations§
Source§impl Clone for AVAudioCommonFormat
impl Clone for AVAudioCommonFormat
Source§fn clone(&self) -> AVAudioCommonFormat
fn clone(&self) -> AVAudioCommonFormat
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 AVAudioCommonFormat
impl Debug for AVAudioCommonFormat
Source§impl Encode for AVAudioCommonFormat
impl Encode for AVAudioCommonFormat
Source§impl Hash for AVAudioCommonFormat
impl Hash for AVAudioCommonFormat
Source§impl Ord for AVAudioCommonFormat
impl Ord for AVAudioCommonFormat
Source§fn cmp(&self, other: &AVAudioCommonFormat) -> Ordering
fn cmp(&self, other: &AVAudioCommonFormat) -> 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 AVAudioCommonFormat
impl PartialEq for AVAudioCommonFormat
Source§impl PartialOrd for AVAudioCommonFormat
impl PartialOrd for AVAudioCommonFormat
Source§impl RefEncode for AVAudioCommonFormat
impl RefEncode for AVAudioCommonFormat
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 AVAudioCommonFormat
impl Eq for AVAudioCommonFormat
impl StructuralPartialEq for AVAudioCommonFormat
Auto Trait Implementations§
impl Freeze for AVAudioCommonFormat
impl RefUnwindSafe for AVAudioCommonFormat
impl Send for AVAudioCommonFormat
impl Sync for AVAudioCommonFormat
impl Unpin for AVAudioCommonFormat
impl UnwindSafe for AVAudioCommonFormat
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.