#[repr(C)]pub struct AudioFileFDFTableExtended {Show 13 fields
pub mComponentStorage: NonNull<c_void>,
pub mReadBytesFDF: ReadBytesFDF,
pub mWriteBytesFDF: WriteBytesFDF,
pub mReadPacketsFDF: ReadPacketsFDF,
pub mWritePacketsFDF: WritePacketsFDF,
pub mGetPropertyInfoFDF: GetPropertyInfoFDF,
pub mGetPropertyFDF: GetPropertyFDF,
pub mSetPropertyFDF: SetPropertyFDF,
pub mCountUserDataFDF: CountUserDataFDF,
pub mGetUserDataSizeFDF: GetUserDataSizeFDF,
pub mGetUserDataFDF: GetUserDataFDF,
pub mSetUserDataFDF: SetUserDataFDF,
pub mReadPacketDataFDF: ReadPacketDataFDF,
}
Available on crate features
AudioFile
and objc2-core-audio-types
only.Expand description
Fields§
§mComponentStorage: NonNull<c_void>
§mReadBytesFDF: ReadBytesFDF
§mWriteBytesFDF: WriteBytesFDF
§mReadPacketsFDF: ReadPacketsFDF
§mWritePacketsFDF: WritePacketsFDF
§mGetPropertyInfoFDF: GetPropertyInfoFDF
§mGetPropertyFDF: GetPropertyFDF
§mSetPropertyFDF: SetPropertyFDF
§mCountUserDataFDF: CountUserDataFDF
§mGetUserDataSizeFDF: GetUserDataSizeFDF
§mGetUserDataFDF: GetUserDataFDF
§mSetUserDataFDF: SetUserDataFDF
§mReadPacketDataFDF: ReadPacketDataFDF
Trait Implementations§
Source§impl Clone for AudioFileFDFTableExtended
impl Clone for AudioFileFDFTableExtended
Source§fn clone(&self) -> AudioFileFDFTableExtended
fn clone(&self) -> AudioFileFDFTableExtended
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 AudioFileFDFTableExtended
impl Debug for AudioFileFDFTableExtended
Source§impl Encode for AudioFileFDFTableExtended
impl Encode for AudioFileFDFTableExtended
Source§impl RefEncode for AudioFileFDFTableExtended
impl RefEncode for AudioFileFDFTableExtended
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 AudioFileFDFTableExtended
impl StructuralPartialEq for AudioFileFDFTableExtended
Auto Trait Implementations§
impl Freeze for AudioFileFDFTableExtended
impl RefUnwindSafe for AudioFileFDFTableExtended
impl !Send for AudioFileFDFTableExtended
impl !Sync for AudioFileFDFTableExtended
impl Unpin for AudioFileFDFTableExtended
impl UnwindSafe for AudioFileFDFTableExtended
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.