[][src]Trait uikit_sys::UITraitCollection_CurrentTraitCollection

pub trait UITraitCollection_CurrentTraitCollection: Sized + Deref {
    unsafe fn performAsCurrentTraitCollection_(
        self,
        actions: _bindgen_ty_id_157263
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn currentTraitCollection() -> UITraitCollection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCurrentTraitCollection_(
        currentTraitCollection: UITraitCollection
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn performAsCurrentTraitCollection_(self, actions: _bindgen_ty_id_157263) where
    Self::Target: Message + Sized

unsafe fn currentTraitCollection() -> UITraitCollection where
    Self::Target: Message + Sized

unsafe fn setCurrentTraitCollection_(currentTraitCollection: UITraitCollection) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UITraitCollection_CurrentTraitCollection for UITraitCollection[src]

Loading content...