[][src]Trait uikit_sys::PUISpringLoadedInteractionSupporting

pub trait PUISpringLoadedInteractionSupporting: Sized + Deref {
    unsafe fn isSpringLoaded(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setSpringLoaded_(self, springLoaded: BOOL)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn isSpringLoaded(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setSpringLoaded_(self, springLoaded: BOOL) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...