Trait objc2_sound_analysis::SNRequest

source ·
pub unsafe trait SNRequest: NSObjectProtocol { }
Available on crate feature SNRequest only.

Trait Implementations§

source§

impl ProtocolType for dyn SNRequest

source§

const NAME: &'static str = "SNRequest"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn SNRequest
where T: ?Sized + Message + SNRequest,

Implementations on Foreign Types§

source§

impl<T> SNRequest for ProtocolObject<T>
where T: ?Sized + SNRequest,

Implementors§

source§

impl SNRequest for SNClassifySoundRequest

Available on crate feature SNClassifySoundRequest only.