[][src]Trait uikit_sys::PUIFocusItemContainer

pub trait PUIFocusItemContainer: Sized + Deref {
    unsafe fn focusItemsInRect_(self, rect: CGRect) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn coordinateSpace(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn focusItemsInRect_(self, rect: CGRect) -> NSArray where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl PUIFocusItemContainer for UIView[src]

Loading content...