pub unsafe trait NSViewToolTipOwner: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn view_stringForToolTip_point_userData(
&self,
view: &NSView,
tag: NSToolTipTag,
point: NSPoint,
data: *mut c_void,
) -> Retained<NSString>
where Self: Sized + Message { ... }
}Available on crate feature
NSView only.Expand description
Provided Methods§
Trait Implementations§
impl<T> ImplementedBy<T> for dyn NSViewToolTipOwner
Source§impl ProtocolType for dyn NSViewToolTipOwner
impl ProtocolType for dyn NSViewToolTipOwner
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
impl<T> NSViewToolTipOwner for ProtocolObject<T>where
T: ?Sized + NSViewToolTipOwner,
Implementors§
impl NSViewToolTipOwner for NSForm
Available on crate feature
NSForm only.impl NSViewToolTipOwner for NSMatrix
Available on crate feature
NSMatrix only.impl NSViewToolTipOwner for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.