[][src]Trait uikit_sys::CIImage_UIKitAdditions

pub trait CIImage_UIKitAdditions: Sized + Deref {
    unsafe fn initWithImage_(self, image: UIImage) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithImage_options_(
        self,
        image: UIImage,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithImage_(self, image: UIImage) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithImage_options_(
    self,
    image: UIImage,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIImage_UIKitAdditions for CIImage[src]

Loading content...