[][src]Trait uikit_sys::IUIImageConfiguration

pub trait IUIImageConfiguration: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithTraitCollection_(
        self,
        traitCollection: UITraitCollection
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationByApplyingConfiguration_(
        self,
        otherConfiguration: UIImageConfiguration
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn traitCollection(self) -> UITraitCollection
    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 configurationWithTraitCollection_(
    self,
    traitCollection: UITraitCollection
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationByApplyingConfiguration_(
    self,
    otherConfiguration: UIImageConfiguration
) -> instancetype where
    Self::Target: Message + Sized

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

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

Loading content...

Implementors

impl IUIImageConfiguration for UIImageConfiguration[src]

impl IUIImageConfiguration for UIImageSymbolConfiguration[src]

Loading content...