Trait objc2_ui_kit::UIHoverEffect

source ·
pub unsafe trait UIHoverEffect: NSCopying + NSObjectProtocol + IsMainThreadOnly { }
Available on crate feature UIHoverEffect only.

Trait Implementations§

source§

impl ProtocolType for dyn UIHoverEffect

source§

const NAME: &'static str = "UIHoverEffect"

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 UIHoverEffect
where T: ?Sized + Message + UIHoverEffect,

Implementations on Foreign Types§

source§

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

Implementors§

source§

impl UIHoverEffect for UIHoverAutomaticEffect

source§

impl UIHoverEffect for UIHoverHighlightEffect

source§

impl UIHoverEffect for UIHoverLiftEffect

source§

impl UIHoverEffect for UIPointerEffect

Available on crate feature UIPointerStyle only.
source§

impl UIHoverEffect for UIPointerHighlightEffect

Available on crate feature UIPointerStyle only.
source§

impl UIHoverEffect for UIPointerHoverEffect

Available on crate feature UIPointerStyle only.
source§

impl UIHoverEffect for UIPointerLiftEffect

Available on crate feature UIPointerStyle only.