pub unsafe trait UIHoverEffect:
NSObjectProtocol
+ NSCopying
+ MainThreadOnly { }
Available on crate feature
UIHoverEffect
only.Expand description
A hover effect that can be applied to a UIView
via a UIHoverStyle
.
You don’t conform to this protocol directly. Instead, you use a built-in
UIHoverEffect
like UIHoverAutomaticEffect
.
See also Apple’s documentation
Trait Implementations§
Source§impl ProtocolType for dyn UIHoverEffect
impl ProtocolType for dyn UIHoverEffect
impl<T> ImplementedBy<T> for dyn UIHoverEffect
Implementations on Foreign Types§
impl<T> UIHoverEffect for ProtocolObject<T>where
T: ?Sized + UIHoverEffect,
Implementors§
impl UIHoverEffect for UIHoverAutomaticEffect
impl UIHoverEffect for UIHoverHighlightEffect
impl UIHoverEffect for UIHoverLiftEffect
impl UIHoverEffect for UIPointerEffect
Available on crate feature
UIPointerStyle
only.impl UIHoverEffect for UIPointerHighlightEffect
Available on crate feature
UIPointerStyle
only.impl UIHoverEffect for UIPointerHoverEffect
Available on crate feature
UIPointerStyle
only.impl UIHoverEffect for UIPointerLiftEffect
Available on crate feature
UIPointerStyle
only.