[][src]Trait uikit_sys::PUITraitEnvironment

pub trait PUITraitEnvironment: Sized + Deref {
    unsafe fn traitCollectionDidChange_(
        self,
        previousTraitCollection: UITraitCollection
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn traitCollection(self) -> UITraitCollection
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn traitCollectionDidChange_(
    self,
    previousTraitCollection: UITraitCollection
) where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl PUITraitEnvironment for UIPresentationController[src]

impl PUITraitEnvironment for UIScreen[src]

impl PUITraitEnvironment for UIView[src]

impl PUITraitEnvironment for UIViewController[src]

Loading content...