[][src]Trait uikit_sys::IUILargeContentViewerInteraction

pub trait IUILargeContentViewerInteraction: Sized + Deref {
    unsafe fn initWithDelegate_(self, delegate: *mut u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn delegate(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn gestureRecognizerForExclusionRelationship(
        self
    ) -> UIGestureRecognizer
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isEnabled() -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithDelegate_(self, delegate: *mut u64) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn gestureRecognizerForExclusionRelationship(self) -> UIGestureRecognizer where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl IUILargeContentViewerInteraction for UILargeContentViewerInteraction[src]

Loading content...