pub unsafe trait UIInputViewAudioFeedback: NSObjectProtocol + MainThreadOnly {
// Provided method
fn enableInputClicksWhenVisible(&self) -> bool
where Self: Sized + Message { ... }
}Available on crate feature
UIDevice only.Expand description
Provided Methods§
fn enableInputClicksWhenVisible(&self) -> bool
Trait Implementations§
Source§impl ProtocolType for dyn UIInputViewAudioFeedback
impl ProtocolType for dyn UIInputViewAudioFeedback
impl<T> ImplementedBy<T> for dyn UIInputViewAudioFeedback
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".