[][src]Trait uikit_sys::IUIImageAsset

pub trait IUIImageAsset: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithConfiguration_(
        self,
        configuration: UIImageConfiguration
    ) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn registerImage_withConfiguration_(
        self,
        image: UIImage,
        configuration: UIImageConfiguration
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unregisterImageWithConfiguration_(
        self,
        configuration: UIImageConfiguration
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithTraitCollection_(
        self,
        traitCollection: UITraitCollection
    ) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn registerImage_withTraitCollection_(
        self,
        image: UIImage,
        traitCollection: UITraitCollection
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unregisterImageWithTraitCollection_(
        self,
        traitCollection: UITraitCollection
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

unsafe fn imageWithConfiguration_(
    self,
    configuration: UIImageConfiguration
) -> UIImage where
    Self::Target: Message + Sized

unsafe fn registerImage_withConfiguration_(
    self,
    image: UIImage,
    configuration: UIImageConfiguration
) where
    Self::Target: Message + Sized

unsafe fn unregisterImageWithConfiguration_(
    self,
    configuration: UIImageConfiguration
) where
    Self::Target: Message + Sized

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

unsafe fn registerImage_withTraitCollection_(
    self,
    image: UIImage,
    traitCollection: UITraitCollection
) where
    Self::Target: Message + Sized

unsafe fn unregisterImageWithTraitCollection_(
    self,
    traitCollection: UITraitCollection
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIImageAsset for UIImageAsset[src]

Loading content...