Trait objc2_ui_kit::UIInputViewAudioFeedback

source ·
pub unsafe trait UIInputViewAudioFeedback: NSObjectProtocol + IsMainThreadOnly {
    // Provided method
    unsafe fn enableInputClicksWhenVisible(&self) -> bool
       where Self: Sized + Message { ... }
}
Available on crate feature UIDevice only.

Provided Methods§

source

unsafe fn enableInputClicksWhenVisible(&self) -> bool
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIInputViewAudioFeedback

source§

const NAME: &'static str = "UIInputViewAudioFeedback"

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 UIInputViewAudioFeedback

Implementations on Foreign Types§

source§

impl<T> UIInputViewAudioFeedback for ProtocolObject<T>

Implementors§