#[repr(C)]pub struct AudioUnitCocoaViewInfo {
pub mCocoaAUViewBundleLocation: NonNull<CFURL>,
pub mCocoaAUViewClass: [NonNull<CFString>; 1],
}
Available on crate features
AudioUnitProperties
and objc2-core-foundation
only.Expand description
The location and class name of one or more view factory objects an Audio Unit publishes
Contains the location of the bundle which the host app can then use to locate the bundle
Contains the names of the classes that implements the required protocol (AUCocoaUIBase). This class is a view factory that creates the NSView object that is the AudioUnit view.
See also Apple’s documentation
Fields§
§mCocoaAUViewBundleLocation: NonNull<CFURL>
§mCocoaAUViewClass: [NonNull<CFString>; 1]
Trait Implementations§
Source§impl Clone for AudioUnitCocoaViewInfo
impl Clone for AudioUnitCocoaViewInfo
Source§fn clone(&self) -> AudioUnitCocoaViewInfo
fn clone(&self) -> AudioUnitCocoaViewInfo
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 AudioUnitCocoaViewInfo
impl Debug for AudioUnitCocoaViewInfo
Source§impl Encode for AudioUnitCocoaViewInfo
impl Encode for AudioUnitCocoaViewInfo
Source§impl PartialEq for AudioUnitCocoaViewInfo
impl PartialEq for AudioUnitCocoaViewInfo
Source§impl RefEncode for AudioUnitCocoaViewInfo
impl RefEncode for AudioUnitCocoaViewInfo
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 AudioUnitCocoaViewInfo
impl StructuralPartialEq for AudioUnitCocoaViewInfo
Auto Trait Implementations§
impl Freeze for AudioUnitCocoaViewInfo
impl !RefUnwindSafe for AudioUnitCocoaViewInfo
impl !Send for AudioUnitCocoaViewInfo
impl !Sync for AudioUnitCocoaViewInfo
impl Unpin for AudioUnitCocoaViewInfo
impl !UnwindSafe for AudioUnitCocoaViewInfo
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.