[][src]Trait uikit_sys::IUISpringLoadedInteraction

pub trait IUISpringLoadedInteraction: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithInteractionBehavior_interactionEffect_activationHandler_(
        self,
        interactionBehavior: *mut u64,
        interactionEffect: *mut u64,
        handler: _bindgen_ty_id_165372
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithActivationHandler_(
        self,
        handler: _bindgen_ty_id_165381
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactionBehavior(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactionEffect(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithInteractionBehavior_interactionEffect_activationHandler_(
    self,
    interactionBehavior: *mut u64,
    interactionEffect: *mut u64,
    handler: _bindgen_ty_id_165372
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithActivationHandler_(
    self,
    handler: _bindgen_ty_id_165381
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn interactionBehavior(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn interactionEffect(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUISpringLoadedInteraction for UISpringLoadedInteraction[src]

Loading content...