Trait objc2_app_kit::NSBundleSoundExtensions

source ·
pub unsafe trait NSBundleSoundExtensions: ClassType {
    // Provided method
    unsafe fn pathForSoundResource(
        &self,
        name: &NSSoundName
    ) -> Option<Retained<NSString>>
       where Self: Sized + Message { ... }
}
Available on crate feature NSSound only.
Expand description

Category on NSBundle.

Provided Methods§

source

unsafe fn pathForSoundResource( &self, name: &NSSoundName ) -> Option<Retained<NSString>>
where Self: Sized + Message,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSBundleSoundExtensions for NSBundle

Implementors§